Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $ myscript.py --modpath /home/user/path/to/ModuleSource
  2.  
  3. import sys
  4. sys.path.append(localModulePath)
  5. import GlobalModuleName
  6.  
  7. GlobalModuleName.moduleFunc()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement