1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-30 02:34:05 +02:00

Removed another wrapper on stdlib

This commit is contained in:
2020-04-23 20:16:10 +02:00
parent ea99f5223c
commit 8f1eb9c88c
5 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ class PluginLoader(object):
loader = PluginLoader()
sys.meta_path.insert(0, loader)
#sys.meta_path.insert(0, loader)
if __name__ == '__main__':