From b2c41031a95da0ab73a26fb8471454957d46b144 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Wed, 23 Oct 2019 09:04:34 +0200 Subject: [PATCH] added more imports --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 9d826e4..0bc94c4 100644 --- a/main.py +++ b/main.py @@ -35,8 +35,8 @@ import sys # adjust path sys.path.append("./lib/launcher/python") -# import libraries from changed path -import yggdrasil +# import libraries from new path +import yggdrasil, cfghandler, mchandler # temporary test stuff a,b = yggdrasil.authenticateUser(raw_input("Username: "), raw_input("Password: "))