Files
pyinstaller/buildtests/test-relative-import2.py
2009-06-14 22:54:44 +00:00

6 lines
111 B
Python

import relimp2.bar
import relimp2.bar.bar2
relimp2.bar.say_hello_please()
relimp2.bar.bar2.say_hello_please()