diff engine/extensions/pychan/widgets/widget.py @ 249:1cc51d145af9

Further split up the containers.py; bugfix.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Thu, 26 Mar 2009 16:36:21 +0000
parents a2d5e2721489
children 6ab09eb765a1
line wrap: on
line diff
--- a/engine/extensions/pychan/widgets/widget.py	Thu Mar 26 16:20:16 2009 +0000
+++ b/engine/extensions/pychan/widgets/widget.py	Thu Mar 26 16:36:21 2009 +0000
@@ -1,12 +1,5 @@
 # -*- coding: utf-8 -*-
 
-import fife, pythonize
-import pychan.tools as tools
-import pychan.events as events
-from pychan.exceptions import *
-from pychan.attrs import Attr,UnicodeAttr, PointAttr,ColorAttr,BoolAttr,IntAttr,FloatAttr
-from pychan.properties import ColorProperty
-
 from pychan.widgets.common import *
 
 class Widget(object):