corrected bug from moving interaction classes

Commit ea2a8e8e4e77 · Nicolas Saunier · 2012-11-19 18:12 -0500

Changeset
ea2a8e8e4e77dbf0374e3ddc935d3a28672e8456

View source at this commit

Comments

No comments yet.

Log in to comment

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 []