mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
another fix for version
This commit is contained in:
@@ -19,7 +19,8 @@ import time
|
||||
from gamlib import glapi as API
|
||||
from gamlib import glclargs
|
||||
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 glmsgs as Msg
|
||||
|
||||
|
||||
@@ -23,9 +23,11 @@ from gamlib import glaction
|
||||
Act = glaction.GamAction()
|
||||
from gamlib import glapi as API
|
||||
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 glindent as Ind
|
||||
from gamlib import glindent
|
||||
Ind = glindent.GamIndent()
|
||||
from gamlib import glmsgs as Msg
|
||||
from gamlib import glskus as SKU
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@ import google.auth.exceptions
|
||||
|
||||
from gamlib import glapi as API
|
||||
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 glglobals as GM
|
||||
from gamlib import glmsgs as Msg
|
||||
|
||||
Reference in New Issue
Block a user