mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 18:33:13 +03:00
Remove dangling 'imp.release_lock()' that's no longer required
This commit is contained in:
parent
8690f1bb83
commit
3178ad1b6f
2
plug.py
2
plug.py
@ -205,8 +205,6 @@ def load_plugins(master):
|
|||||||
PLUGINS_not_py3.append(p)
|
PLUGINS_not_py3.append(p)
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
imp.release_lock()
|
|
||||||
|
|
||||||
def provides(fn_name):
|
def provides(fn_name):
|
||||||
"""
|
"""
|
||||||
Find plugins that provide a function
|
Find plugins that provide a function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user