mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
8397e8149e
git-svn-id: http://svn.pyinstaller.org/trunk@524 8dd32b29-ccff-0310-8a9a-9233e24343b1
9 lines
190 B
Python
9 lines
190 B
Python
|
|
import relimp.B.C
|
|
from relimp.F import H
|
|
import relimp.relimp1
|
|
|
|
assert relimp.relimp1.name == 'relimp.relimp1'
|
|
assert relimp.B.C.name == 'relimp.B.C'
|
|
assert relimp.F.H.name == 'relimp.F.H'
|