This commit is contained in:
Alexis Lahouze 2015-06-06 21:43:26 +02:00
parent f13641fc11
commit 9742344361

View File

@ -20,5 +20,3 @@ __all__ = []
for loader, module_name, is_pkg in pkgutil.walk_packages(__path__):
__all__.append(module_name)
#from . import *