Refactor: Rename CONFWAPT to conf_wapt
This commit is contained in:
8
setup.py
8
setup.py
@@ -24,10 +24,10 @@ def install():
|
|||||||
|
|
||||||
def audit():
|
def audit():
|
||||||
|
|
||||||
CONFWAPT = ConfigParser()
|
conf_wapt = ConfigParser()
|
||||||
CONFWAPT.read(makepath(WAPT.private_dir, "wapt_api.ini"))
|
conf_wapt.read(makepath(WAPT.private_dir, "wapt_api.ini"))
|
||||||
username_wapt = CONFWAPT.get("wapt", "wapt_username")
|
username_wapt = conf_wapt.get("wapt", "wapt_username")
|
||||||
password_wapt = CONFWAPT.get("wapt", "wapt_password")
|
password_wapt = conf_wapt.get("wapt", "wapt_password")
|
||||||
|
|
||||||
dict_host_capa = {}
|
dict_host_capa = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user