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