changeset 274:ea2a8e8e4e77 v0.1

corrected bug from moving interaction classes
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 19 Nov 2012 18:12:45 -0500
parents e4d232f9fc39
children 7833140539f9
files python/ubc_utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/ubc_utils.py	Wed Nov 14 16:21:14 2012 -0500
+++ b/python/ubc_utils.py	Mon Nov 19 18:12:45 2012 -0500
@@ -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 []