Files
htgoebel c7d287e5b5 Reindenting python soucefiles.
git-svn-id: http://svn.pyinstaller.org/trunk@485 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-07-23 19:04:41 +00:00

5 lines
97 B
Python

""" pkg1.a.py is never imported """
print " %s" % __doc__
print " %s %s" % (__name__, __file__)