summaryrefslogtreecommitdiff
path: root/gtk/__init__.py
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-04-28 04:38:31 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-04-28 04:38:31 +0000
commitd94d7b5e7fa0f8476ca5dd454c25f4ef78fdfd48 (patch)
tree66737fbaa9ac01f61ca021948492d0c0af4b765d /gtk/__init__.py
parentb3b08d948989895a46bf17a4e7faec8ea0f8229e (diff)
downloadpygtk-d94d7b5e7fa0f8476ca5dd454c25f4ef78fdfd48.tar.gz
remove buttons that called set_space_size method.
2001-04-28 James Henstridge <james@daa.com.au> * examples/pygtk-demo/demos/toolbar.py (main): remove buttons that called set_space_size method. * gtk/__init__.py: remove __all__ definition. It causes problems with python 2.1. * gtk/gtk.override: updated GtkColorSelection method overrides (ignore): remove gtk_entry_new from ignore list, as other entry constructor is gone. * gtk/gtk.defs: updates to make it work with current gtk+
Diffstat (limited to 'gtk/__init__.py')
-rw-r--r--gtk/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/__init__.py b/gtk/__init__.py
index 146db8b6..995b7cfd 100644
--- a/gtk/__init__.py
+++ b/gtk/__init__.py
@@ -31,6 +31,3 @@ create_pixmap = GtkPixmap
create_pixmap_from_xpm = pixmap_create_from_xpm
create_pixmap_from_xpm_d = pixmap_create_from_xpm_d
-# for importing ...
-__all__ = ['_gtk', 'GTK', 'GDK' ]#, 'imlib', 'libglade', 'gl' ]
-