globalvars.py -> cfg.py

This commit is contained in:
The MMGen Project 2023-04-04 16:04:10 +00:00
commit 93bcc92534
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
59 changed files with 59 additions and 59 deletions

View file

@ -19,7 +19,7 @@
import sys,os
import mmgen.opts as opts
from mmgen.globalvars import gc
from mmgen.cfg import gc,Config
from mmgen.util import msg,die
def normalize_path(p):