srcanamdw/codescanner/pyinstaller/buildtests/pkg2/extra/b.py
changeset 1 22878952f6e2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/srcanamdw/codescanner/pyinstaller/buildtests/pkg2/extra/b.py	Thu Feb 18 12:29:02 2010 +0530
@@ -0,0 +1,4 @@
+""" b.py lives in extra, but shows as pkg2.b (and pkg1.b)"""
+
+def b_func():
+    return  "b_func from pkg2.b (pkg2/extra/b.py)"