mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 03:26:14 +01:00
7 lines
104 B
Python
7 lines
104 B
Python
import sys
|
|
|
|
print "Hello from cx_Freeze Advanced #2"
|
|
print
|
|
|
|
module = __import__("testfreeze_2")
|
|
|