1
0
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:
Athanasius 2020-06-21 16:58:50 +01:00
parent 8690f1bb83
commit 3178ad1b6f

View File

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