Bugfix
Bugfix according to https://github.com/HelloZeroNet/ZeroNet/issues/720#issuecomment-301506024
This commit is contained in:
parent
efa739fd1b
commit
7dbd3c29da
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ __version__ = '0.6'
|
|||
import time
|
||||
from gevent import spawn, sleep as gsleep, GreenletExit
|
||||
from gevent.socket import socket, SOL_SOCKET, SO_REUSEADDR
|
||||
from gevent.coros import Semaphore, RLock
|
||||
from gevent.lock import Semaphore, RLock
|
||||
from gevent.queue import Queue
|
||||
from collections import deque
|
||||
import pygame
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue