mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-02 04:51:23 +01:00
Moved authentication out of networking submodule.
This commit is contained in:
parent
ddeaab51d3
commit
8e40122c24
2
start.py
2
start.py
@ -2,7 +2,7 @@ import getpass
|
||||
import sys
|
||||
from optparse import OptionParser
|
||||
|
||||
from minecraft.networking import authentication
|
||||
from minecraft import authentication
|
||||
from minecraft.networking.connection import Connection
|
||||
from minecraft.networking.packets import ChatMessagePacket, ChatPacket
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user