We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80cb131 + 8db9965 commit 7f131f4Copy full SHA for 7f131f4
bin/msgflo-python
@@ -17,7 +17,6 @@ def load_module_file(filepath):
17
modulename = os.path.basename(filepath)
18
modulename = modulename.replace('.py', '')
19
dirpath = os.path.dirname(filepath)
20
- print dirpath, modulename
21
sys.path.append(dirpath) # XXX: HACK
22
module = importlib.import_module(modulename)
23
return module
0 commit comments