diff python/cvutils.py @ 102:abfc54c097d4

removed import of Point from moving in cvutils
author Nicolas Saunier <nico@confins.net>
date Wed, 13 Jul 2011 15:15:24 -0400
parents 2a3cafcf5faf
children 67555e968b5e
line wrap: on
line diff
--- a/python/cvutils.py	Wed Jul 13 15:01:43 2011 -0400
+++ b/python/cvutils.py	Wed Jul 13 15:15:24 2011 -0400
@@ -6,7 +6,6 @@
 from sys import stdout
 
 #import aggdraw # agg on top of PIL (antialiased drawing)
-from moving import Point
 #import utils
 
 __metaclass__ = type