diff options
Diffstat (limited to 'lvc/widgets/gtk/widgets.py')
-rw-r--r-- | lvc/widgets/gtk/widgets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lvc/widgets/gtk/widgets.py b/lvc/widgets/gtk/widgets.py index 6c4280d..3379e23 100644 --- a/lvc/widgets/gtk/widgets.py +++ b/lvc/widgets/gtk/widgets.py @@ -33,6 +33,7 @@ the GTK Widgets. These are shared between the windows port and the x11 port. import gtk + # Just use the GDK Rectangle class class Rect(gtk.gdk.Rectangle): @classmethod |