diff 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
line wrap: on
line diff
--- a/python/ubc_utils.py	Wed May 20 12:04:22 2015 +0200
+++ b/python/ubc_utils.py	Wed May 20 13:57:47 2015 +0200
@@ -4,7 +4,6 @@
 import utils, events
 from moving import MovingObject, TimeInterval, Trajectory
 
-__metaclass__ = type
 
 fileTypeNames = ['feature',
                  'object',