Files
pyinstaller/buildtests/pkg2/a.py
T
giovannibajo b98a53df92 Imported Python Installer 5b5
git-svn-id: http://svn.pyinstaller.org/trunk@2 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-02 17:15:02 +00:00

7 lines
117 B
Python

""" pkg2.a defines overridden and a_func """
def a_func():
return "a_func from pkg2.a"
print "pkg2.a imported"