Browse Source

bug fix: imports providers (backward compatibility)

Steve Nyemba 1 year ago
parent
commit
165f9913b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      transport/__init__.py

+ 1 - 0
transport/__init__.py

@@ -26,6 +26,7 @@ from info import __version__,__author__
 from transport.iowrapper import IWriter, IReader
 from transport.plugins import PluginLoader
 from transport import providers
+
 PROVIDERS = {}
 def init():
     global PROVIDERS