pygobject r732 - in trunk: . gio



Author: johan
Date: Sat Jan 19 13:36:30 2008
New Revision: 732
URL: http://svn.gnome.org/viewvc/pygobject?rev=732&view=rev

Log:
2008-01-19  Johan Dahlin  <johan gnome org>

	* gio/__init__.py: set gio.unix to None if it's not available



Modified:
   trunk/ChangeLog
   trunk/gio/__init__.py

Modified: trunk/gio/__init__.py
==============================================================================
--- trunk/gio/__init__.py	(original)
+++ trunk/gio/__init__.py	Sat Jan 19 13:36:30 2008
@@ -33,5 +33,5 @@
     import unix
     unix # pyflakes
 except ImportError:
-    pass
+    unix = None
 del _gio



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