more SKU import fixes

This commit is contained in:
Jay Lee
2026-07-03 09:49:58 -04:00
parent baf796ebad
commit f77f2254f8
3 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ from gamlib import glgapi as GAPI
from gamlib import glglobals as GM
from gamlib import glindent
from gamlib import glmsgs as Msg
from gamlib import glskus as SKU
Act = glaction.GamAction()
Ent = glentity.GamEntity()

View File

@@ -18,6 +18,7 @@ from gamlib import glgapi as GAPI
from gamlib import glglobals as GM
from gamlib import glindent
from gamlib import glmsgs as Msg
from gamlib import glskus as SKU
Act = glaction.GamAction()
Ent = glentity.GamEntity()

View File

@@ -20,6 +20,7 @@ from gamlib import glgapi as GAPI
from gamlib import glglobals as GM
from gamlib import glindent
from gamlib import glmsgs as Msg
from gamlib import glskus as SKU
Act = glaction.GamAction()
Ent = glentity.GamEntity()