Mercurial > hg > nsaunier > traffic-intelligence
comparison python/ubc_utils.py @ 665:15e244d2a1b5
corrected bug with circular import for VideoFilenameAddable, moved to base module
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Wed, 20 May 2015 13:57:47 +0200 |
| parents | 2f39c4ed0b62 |
| children | 49e99ca34a7d |
comparison
equal
deleted
inserted
replaced
| 664:455f9b93819c | 665:15e244d2a1b5 |
|---|---|
| 2 '''Various utilities to load data saved by the UBC tool(s)''' | 2 '''Various utilities to load data saved by the UBC tool(s)''' |
| 3 | 3 |
| 4 import utils, events | 4 import utils, events |
| 5 from moving import MovingObject, TimeInterval, Trajectory | 5 from moving import MovingObject, TimeInterval, Trajectory |
| 6 | 6 |
| 7 __metaclass__ = type | |
| 8 | 7 |
| 9 fileTypeNames = ['feature', | 8 fileTypeNames = ['feature', |
| 10 'object', | 9 'object', |
| 11 'prototype', | 10 'prototype', |
| 12 'contoursequence'] | 11 'contoursequence'] |
