From 1deeb8c8223658f7b664647366290b8cfca1255e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 7 May 2003 22:07:19 +0000 Subject: [PATCH] No need to import Image git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/mixins/rubberband.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wxPython/lib/mixins/rubberband.py b/wxPython/wxPython/lib/mixins/rubberband.py index f71dbf50a9..19f7a82a1f 100644 --- a/wxPython/wxPython/lib/mixins/rubberband.py +++ b/wxPython/wxPython/lib/mixins/rubberband.py @@ -8,7 +8,7 @@ $Id$ """ from wxPython.wx import * -import Image + # # Some miscellaneous mathematical and geometrical functions