Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 80cb131 commit d6e0de7Copy full SHA for d6e0de7
bin/msgflo-python
@@ -17,7 +17,7 @@ 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
+ print(dirpath, modulename)
21
sys.path.append(dirpath) # XXX: HACK
22
module = importlib.import_module(modulename)
23
return module
0 commit comments