diff --git a/tools/editconf.py b/tools/editconf.py index c6727467..d89ef60d 100644 --- a/tools/editconf.py +++ b/tools/editconf.py @@ -1,6 +1,7 @@ #!/usr/bin/python3 -from os import system, argv +from os import system +from sys import argv # Pass control to the actual script system(f"management/editconf.py {argv[1:]}")