summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage.py b/pym/portage.py
index f37beb35c..2423497d9 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -1286,6 +1286,7 @@ class config:
except:
writemsg(red("!!! Failed to import module '%s'\n") % best_mod)
sys.exit(1)
+ return mod
def lock(self):
self.locked = 1