From 4793422042efe1639adcc377b58d9cab47f32cf5 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 13 Dec 2009 05:36:16 +0000 Subject: [PATCH] Don't import removed "unused" module. svn: r13781 --- src/widgets/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/__init__.py b/src/widgets/__init__.py index faa208517..62aa34fd8 100644 --- a/src/widgets/__init__.py +++ b/src/widgets/__init__.py @@ -34,7 +34,6 @@ from statusbar import Statusbar from styledtextbuffer import * from styledtexteditor import * from toolcomboentry import * -from unused import * from validatedcomboentry import * from validatedmaskedentry import * from valueaction import *