added more imports
parent
04adbe01e7
commit
b2c41031a9
4
main.py
4
main.py
|
@ -35,8 +35,8 @@
|
||||||
import sys
|
import sys
|
||||||
# adjust path
|
# adjust path
|
||||||
sys.path.append("./lib/launcher/python")
|
sys.path.append("./lib/launcher/python")
|
||||||
# import libraries from changed path
|
# import libraries from new path
|
||||||
import yggdrasil
|
import yggdrasil, cfghandler, mchandler
|
||||||
|
|
||||||
# temporary test stuff
|
# temporary test stuff
|
||||||
a,b = yggdrasil.authenticateUser(raw_input("Username: "), raw_input("Password: "))
|
a,b = yggdrasil.authenticateUser(raw_input("Username: "), raw_input("Password: "))
|
||||||
|
|
Reference in New Issue