mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-18 06:30:57 +00:00
5aa7540cd3
git-svn-id: http://svn.pyinstaller.org/trunk@678 8dd32b29-ccff-0310-8a9a-9233e24343b1
6 lines
111 B
Python
6 lines
111 B
Python
import relimp2.bar
|
|
import relimp2.bar.bar2
|
|
|
|
relimp2.bar.say_hello_please()
|
|
relimp2.bar.bar2.say_hello_please()
|