mirror of
https://github.com/de2tla2f/pymaster.git
synced 2024-11-30 14:51:28 +00:00
add missed ipaddress dependency
This commit is contained in:
parent
d576bdfa14
commit
3c7ec11d74
|
@ -1,6 +1,8 @@
|
||||||
from time import time
|
from time import time
|
||||||
from struct import pack
|
from struct import pack
|
||||||
|
|
||||||
|
import ipaddress
|
||||||
|
|
||||||
class ServerEntry:
|
class ServerEntry:
|
||||||
challenge2 = 0
|
challenge2 = 0
|
||||||
gamedir = ''
|
gamedir = ''
|
||||||
|
|
Loading…
Reference in a new issue