Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeralnik committed Sep 22, 2011
0 parents commit c848d77
Show file tree
Hide file tree
Showing 6 changed files with 1,727 additions and 0 deletions.
1 change: 1 addition & 0 deletions b.py
@@ -0,0 +1 @@
print "Original"
4 changes: 4 additions & 0 deletions c.py
@@ -0,0 +1,4 @@
print __file__
import inspect
print inspect.getfile(inspect.currentframe())

0 comments on commit c848d77

Please sign in to comment.