gobject-introspection r769 - trunk/giscanner



Author: johan
Date: Tue Oct 21 15:40:23 2008
New Revision: 769
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=769&view=rev

Log:
Remove leftover raise SystemExit.

Modified:
   trunk/giscanner/libtoolimporter.py

Modified: trunk/giscanner/libtoolimporter.py
==============================================================================
--- trunk/giscanner/libtoolimporter.py	(original)
+++ trunk/giscanner/libtoolimporter.py	Tue Oct 21 15:40:23 2008
@@ -37,7 +37,6 @@
             full = os.path.join(part, '.libs', modname + '.la')
             if os.path.exists(full):
                 return LibToolImporter(name, full)
-        raise SystemExit
 
     def load_module(self, name):
         realpath = extract_libtool(self.path)



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