mirror of
https://github.com/de2tla2f/pymaster.git
synced 2024-11-27 13:21: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 struct import pack
|
||||
|
||||
import ipaddress
|
||||
|
||||
class ServerEntry:
|
||||
challenge2 = 0
|
||||
gamedir = ''
|
||||
|
|
Loading…
Reference in a new issue