[pygobject/py3k: 15/20] Don't del a name that doesn't exist



commit c467185529f9c3cd4f7d687281789ce8ee7f04be
Author: John Ehresman <jpe wingware com>
Date:   Wed Apr 14 16:48:43 2010 -0400

    Don't del a name that doesn't exist

 gio/__init__.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gio/__init__.py b/gio/__init__.py
index c4b02bb..3299226 100644
--- a/gio/__init__.py
+++ b/gio/__init__.py
@@ -29,7 +29,6 @@ try:
     unix # pyflakes
 except ImportError:
     unix = None
-del _gio
 
 class GFileMeta(GObjectMeta):
     __call__ = _file_init



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]