diff scripts/process.py @ 1028:cc5cb04b04b0

major update using the trafficintelligence package name and install through pip
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 15 Jun 2018 11:19:10 -0400
parents 73b124160911
children 0d7e5e290ea3
line wrap: on
line diff
--- a/scripts/process.py	Fri Jun 15 11:18:43 2018 -0400
+++ b/scripts/process.py	Fri Jun 15 11:19:10 2018 -0400
@@ -10,8 +10,8 @@
 from numpy import percentile
 from pandas import DataFrame
 
-import storage, events, prediction, cvutils, utils
-from metadata import *
+from trafficintelligence import storage, events, prediction, cvutils, utils
+from trafficintelligence.metadata import *
 
 parser = argparse.ArgumentParser(description='This program manages the processing of several files based on a description of the sites and video data in an SQLite database following the metadata module.')
 # input