Remove old Gevent RLock support
This commit is contained in:
parent
33d6a9c402
commit
6a1235bd45
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@ from Config import config
|
|||
from Crypt import CryptRsa
|
||||
from Site import SiteManager
|
||||
import socks
|
||||
try:
|
||||
from gevent.coros import RLock
|
||||
except:
|
||||
from gevent.lock import RLock
|
||||
from util import helper
|
||||
from Debug import Debug
|
||||
from Plugin import PluginManager
|
||||
|
||||
|
|
Loading…
Reference in a new issue