summaryrefslogtreecommitdiff
path: root/giscanner/libtoolimporter.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-10-21 15:40:23 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-10-21 15:40:23 +0000
commitb54cc1de8614004f3eedf7fcf1ec49a754710141 (patch)
treea7cedffb3c2e0e7f1aea9379b9f1e6042c1d130d /giscanner/libtoolimporter.py
parent69f1f341c8b1a776d811bd615139f64d20880e49 (diff)
downloadgobject-introspection-b54cc1de8614004f3eedf7fcf1ec49a754710141.tar.gz
Remove leftover raise SystemExit.
svn path=/trunk/; revision=769
Diffstat (limited to 'giscanner/libtoolimporter.py')
-rw-r--r--giscanner/libtoolimporter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/libtoolimporter.py b/giscanner/libtoolimporter.py
index 2971815e..1a53bc5f 100644
--- a/giscanner/libtoolimporter.py
+++ b/giscanner/libtoolimporter.py
@@ -37,7 +37,6 @@ class LibToolImporter(object):
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)