srcanamdw/codescanner/pyinstaller/buildtests/pkg1/a.py
changeset 1 22878952f6e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srcanamdw/codescanner/pyinstaller/buildtests/pkg1/a.py	Thu Feb 18 12:29:02 2010 +0530
@@ -0,0 +1,6 @@
+""" pkg1.a.py is never imported """
+
+print " %s" % __doc__
+print " %s %s" % (__name__, __file__)
+
+   
\ No newline at end of file