# HG changeset patch # User Nicolas Saunier # Date 1353366765 18000 # Node ID ea2a8e8e4e77dbf0374e3ddc935d3a28672e8456 # Parent e4d232f9fc39bd94d2faff400ef23a3251e7e366 corrected bug from moving interaction classes diff -r e4d232f9fc39 -r ea2a8e8e4e77 python/ubc_utils.py --- 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 []