summaryrefslogtreecommitdiff
path: root/gtk/__init__.py
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-09-16 08:08:26 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-09-16 08:08:26 +0000
commiteb4cf6591644b293079272d69c8438c9fbe3064a (patch)
tree1ccc19afdf3035d97137a33d3377dc7ae522af34 /gtk/__init__.py
parent7c03fef5625108dd61ccdbc82ebd43e01f27b49b (diff)
downloadpygtk-eb4cf6591644b293079272d69c8438c9fbe3064a.tar.gz
install keysyms.py and not GDK.py
2001-09-16 James Henstridge <james@daa.com.au> * gtk/Makefile.am (pygtk_PYTHON): install keysyms.py and not GDK.py * gtk/__init__.py: import keysyms, rather than GDK.py * gtk/gtk.defs: add missing enums. * gtk/gdk.defs: add missing enums. * gtk/GDK.py: remove this file. * gtk/keysyms.py: put all keysyms here.
Diffstat (limited to 'gtk/__init__.py')
-rw-r--r--gtk/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/__init__.py b/gtk/__init__.py
index 40782e7c..f8e2bc7d 100644
--- a/gtk/__init__.py
+++ b/gtk/__init__.py
@@ -19,7 +19,7 @@ import gobject
del gobject
# load the required modules:
-import GDK
+import keysyms
from _gtk import *
import gdk # this is created by the _gtk import