Skip to content

Instantly share code, notes, and snippets.

@dmikurube
Created July 16, 2013 08:09
Show Gist options
  • Save dmikurube/6006773 to your computer and use it in GitHub Desktop.
Save dmikurube/6006773 to your computer and use it in GitHub Desktop.
from proxy import target
target.Print()
import target
def Print():
print "foobar"
@dmikurube
Copy link
Author

$ python base.py
foobar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment