Bugfix according to https://github.com/HelloZeroNet/ZeroNet/issues/720#issuecomment-301506024
This commit is contained in:
Max Staff 2018-12-28 19:33:15 +01:00 committed by GitHub
parent efa739fd1b
commit 7dbd3c29da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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