added more imports

backup
LinuxMint4Ever 2019-10-23 09:04:34 +02:00
parent 04adbe01e7
commit b2c41031a9
1 changed files with 2 additions and 2 deletions

View File

@ -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: "))