summaryrefslogtreecommitdiff
path: root/allyesconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'allyesconfig.py')
-rwxr-xr-xallyesconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allyesconfig.py b/allyesconfig.py
index 4967605..d51d362 100755
--- a/allyesconfig.py
+++ b/allyesconfig.py
@@ -47,7 +47,7 @@ def main():
kconf.warn = True
- kconfiglib.load_allconfig(kconf, "allyes.config")
+ kconf.load_allconfig("allyes.config")
print(kconf.write_config())