gnome-python-desktop r500 - in trunk: . tests



Author: gjc
Date: Sat Oct 18 14:15:02 2008
New Revision: 500
URL: http://svn.gnome.org/viewvc/gnome-python-desktop?rev=500&view=rev

Log:
bug fix

Modified:
   trunk/ChangeLog
   trunk/tests/common.py

Modified: trunk/tests/common.py
==============================================================================
--- trunk/tests/common.py	(original)
+++ trunk/tests/common.py	Sat Oct 18 14:15:02 2008
@@ -34,6 +34,8 @@
     except ImportError, ex:
         if ex.args[0].startswith("No module named"):
             print "not found"
+        else:
+            raise
     else:
         print "ok."
 



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