Rev1791, Fix gevent 1.2 compatibility
This commit is contained in:
parent
86b0046f28
commit
9a1735f37d
3 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,10 @@ from Config import config
|
|||
from Crypt import CryptRsa
|
||||
from Site import SiteManager
|
||||
from lib.PySocks import socks
|
||||
from gevent.coros import RLock
|
||||
try:
|
||||
from gevent.coros import RLock
|
||||
except:
|
||||
from gevent.lock import RLock
|
||||
from util import helper
|
||||
from Debug import Debug
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue