Skip to content

Instantly share code, notes, and snippets.

@KrzysztofCiba
Created October 1, 2012 20:24
Show Gist options
  • Save KrzysztofCiba/3814195 to your computer and use it in GitHub Desktop.
Save KrzysztofCiba/3814195 to your computer and use it in GitHub Desktop.
trash7
if __name__ == "__main__":
print "#"*5, "creating child"
child = testChild()
print "#"*5, "baseClass.run() execution"
child.run()
print "#"*5, "testChild.myRun() execution"
child.myRun()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment