Commit 106fceac authored by Jack Jansen's avatar Jack Jansen

Temporarily disabled the import hook. It breaks with the package-based

Carbon and its workaround.
parent 25a68e1f
......@@ -32,6 +32,7 @@ def importing(module):
Qd.SetPort(splash)
fontID = Fm.GetFNum("Python-Sans")
if not fontID:
from Fonts import geneva
fontID = geneva
Qd.TextFont(fontID)
Qd.TextSize(9)
......@@ -64,7 +65,7 @@ def my__import__(name, globals=None, locals=None, fromlist=None):
return rv
return _real__import__(name)
install_importhook()
#install_importhook()
kHighLevelEvent = 23
import Win
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment