Skip to content

Instantly share code, notes, and snippets.

@dmikurube
Created July 16, 2013 08:09
Show Gist options
  • Select an option

  • Save dmikurube/6006773 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

$ python base.py
foobar

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