fix init .gam config dir

This commit is contained in:
Jay Lee
2026-07-03 08:45:29 -04:00
parent 8a89a91414
commit 5ad28c053b
10 changed files with 14 additions and 13 deletions

View File

@@ -19,7 +19,8 @@ import time
import httplib2
import arrow
from gamlib import glaction as Act
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