update tests for gamlib/gl rename also

This commit is contained in:
Jay Lee
2026-07-04 08:52:36 -04:00
parent 14eea1a366
commit bdcd06d177
2 changed files with 4 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ def _gam_path_and_globals():
sys.path.insert(0, src_dir)
src_inserted = True
from gamlib import glcfg as GC
from gamlib import glglobals as GM
from gamlib import settings as GC
from gamlib import state as GM
# Ensure Values dict exists with minimal defaults
if not GC.Values: