mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-17 14:10:57 +00:00
bbe074c8e8
git-svn-id: http://svn.pyinstaller.org/trunk@679 8dd32b29-ccff-0310-8a9a-9233e24343b1
7 lines
100 B
Python
7 lines
100 B
Python
from .relimp3b import b1
|
|
from .relimp3c import c1
|
|
|
|
def getString():
|
|
return b1.string + c1.string
|
|
|