Remove old Gevent RLock support

This commit is contained in:
shortcutme 2020-02-25 16:45:55 +01:00
parent 33d6a9c402
commit 6a1235bd45
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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 gevent.lock import RLock
from Debug import Debug
from Plugin import PluginManager