mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-04 11:33:03 -05:00
8 lines
104 B
Python
8 lines
104 B
Python
import sys
|
|
|
|
print "Hello from cx_Freeze Advanced #2"
|
|
print
|
|
|
|
module = __import__("testfreeze_2")
|
|
|