another fix for version

This commit is contained in:
Jay Lee
2026-07-03 08:51:09 -04:00
parent 5ad28c053b
commit 0a2e9d2e46
3 changed files with 8 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ import time
from gamlib import glapi as API from gamlib import glapi as API
from gamlib import glclargs from gamlib import glclargs
from gamlib import glcfg as GC from gamlib import glcfg as GC
from gamlib import glentity as Ent from gamlib import glentity
Ent = glentity.GamEntity()
from gamlib import glglobals as GM from gamlib import glglobals as GM
from gamlib import glmsgs as Msg from gamlib import glmsgs as Msg

View File

@@ -23,9 +23,11 @@ from gamlib import glaction
Act = glaction.GamAction() Act = glaction.GamAction()
from gamlib import glapi as API from gamlib import glapi as API
from gamlib import glcfg as GC from gamlib import glcfg as GC
from gamlib import glentity as Ent from gamlib import glentity
Ent = glentity.GamEntity()
from gamlib import glglobals as GM from gamlib import glglobals as GM
from gamlib import glindent as Ind from gamlib import glindent
Ind = glindent.GamIndent()
from gamlib import glmsgs as Msg from gamlib import glmsgs as Msg
from gamlib import glskus as SKU from gamlib import glskus as SKU

View File

@@ -17,7 +17,8 @@ import google.auth.exceptions
from gamlib import glapi as API from gamlib import glapi as API
from gamlib import glcfg as GC from gamlib import glcfg as GC
from gamlib import glentity as Ent from gamlib import glentity
Ent = glentity.GamEntity()
from gamlib import glgapi as GAPI from gamlib import glgapi as GAPI
from gamlib import glglobals as GM from gamlib import glglobals as GM
from gamlib import glmsgs as Msg from gamlib import glmsgs as Msg