srcanamdw/codescanner/pyinstaller/buildtests/pkg2/a.py
author noe\swadi
Thu, 18 Feb 2010 12:29:02 +0530
changeset 1 22878952f6e2
permissions -rw-r--r--
Committing the CodeScanner Core tool This component has been moved from the StaticAnaApps package. BUG : 5889 (http://developer.symbian.org/webbugs/show_bug.cgi?id=5889).

""" pkg2.a defines overridden and a_func """

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