nsaunier/traffic-intelligence
corrected bug from moving interaction classes
Commit ea2a8e8e4e77 · Nicolas Saunier · 2012-11-19 18:12 -0500
Comments
No comments yet.
Diff
diff --git a/python/ubc_utils.py b/python/ubc_utils.py
--- a/python/ubc_utils.py
+++ b/python/ubc_utils.py
@@ -171,7 +171,7 @@
def loadInteractions(filename, nInteractions = -1):
'Loads interactions from the old UBC traffic event format'
from event import Interaction
- from moving import SeverityIndicator
+ from indicators import SeverityIndicator
file = utils.openCheck(filename)
if (not file):
return []