Remove dependency on appdirs package for finding config dir as this is provided by Qt

This commit is contained in:
Veronica K. B. Olsen
2020-02-15 21:39:21 +01:00
parent 5c376dd276
commit aab9805bc6
7 changed files with 3 additions and 18 deletions
-6
View File
@@ -27,12 +27,6 @@ except:
print("ERROR: Failed to load dependency python3-lxml")
sys.exit(1)
try:
import appdirs
except:
print("ERROR: Failed to load dependency python3-appdirs")
sys.exit(1)
if __name__ == "__main__":
import nw
nw.main(sys.argv[1:])