Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. import myFile
  2. from imp import reload
  3.  
  4. def pMyFunction():
  5. return myFile.myFunction()
  6.  
  7. reload(myFile)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement