diff options
author | Frederick Yin <fkfd@macaw.me> | 2020-06-19 19:20:58 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@macaw.me> | 2020-06-19 19:20:58 +0800 |
commit | bd8a1b8d460d6857ea8c9ab8544550492ba82cc8 (patch) | |
tree | e269e7773bf290147c0cf2fc615a851fbf938f59 /git-gmi/gateway.py | |
parent | 4110a4df25170289dce8690a572d26c58063adb9 (diff) |
Separate config from consts
Diffstat (limited to 'git-gmi/gateway.py')
-rw-r--r-- | git-gmi/gateway.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-gmi/gateway.py b/git-gmi/gateway.py index 0ae963f..7de077e 100644 --- a/git-gmi/gateway.py +++ b/git-gmi/gateway.py @@ -1,5 +1,6 @@ from git import * from const import * +from config import * from os import environ, listdir # be careful when using print(); stdout is passed to the client. |