mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04: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")
|
|
|