From 4e662bde693d95bc3c320ce3bbeec08182a50d1a Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 4 Jul 2026 15:24:35 -0400 Subject: [PATCH] fix print_exc was needed for import --- src/gam/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 49f7b8e5..f88164a7 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -36,6 +36,7 @@ import os import platform import re import sys +from traceback import print_exc import types # disable legacy stuff we don't use and isn't secure