changeset 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 5cc30ba3a933
children 1621b46a1523
files python/cvutils.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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