diff python/cvutils.py @ 511:ad518f0c3218

merged pulling from main
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 28 May 2014 17:46:38 -0400
parents b0dac840c24f c81cbd6953fb
children 727e3c529519
line wrap: on
line diff
--- a/python/cvutils.py	Fri May 23 17:33:11 2014 -0400
+++ b/python/cvutils.py	Wed May 28 17:46:38 2014 -0400
@@ -5,7 +5,7 @@
     import cv2
     opencvAvailable = True
 except ImportError:
-    print('OpenCV library could not be loaded (video replay functions will not be available)')
+    print('OpenCV library could not be loaded (video replay functions will not be available)') # TODO change to logging module
     opencvAvailable = False
 try:
     import skimage