--- /src/losoto/losoto/operations/__init__.py 2019-11-07 12:43:46.220577945 +0000 +++ /src/losoto/losoto/operations/__init__.py 2019-11-07 12:43:34.401765786 +0000 @@ -2,8 +2,7 @@ __all__ = [ os.path.basename(f)[:-3] for f in glob.glob(os.path.dirname(__file__)+"/*.py") if f[0] != '_'] -for x in __all__: - __import__(x, locals(), globals()) +from . import * class Timer(object): """