added more imports
parent
04adbe01e7
commit
b2c41031a9
4
main.py
4
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: "))
|
||||
|
|
Reference in New Issue