summaryrefslogtreecommitdiff
path: root/giscanner/libtoolimporter.py
diff options
context:
space:
mode:
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)