-
- Downloads
Remove empty __init__.py files
Especially the main one in swh/objstorage needs to be removed since this later is a namespace, in addition to being a package, in which swh-objstorage-replayer installs itself. So for the namespace importing mechanism to work properly, it must be an actual namespace (handled by the NamespaceLoader, not a package backed by the __init__ file).
parent
8b8c3f1e
No related branches found
No related tags found
Showing
- swh/objstorage/__init__.py 0 additions, 0 deletionsswh/objstorage/__init__.py
- swh/objstorage/api/__init__.py 0 additions, 0 deletionsswh/objstorage/api/__init__.py
- swh/objstorage/backends/__init__.py 0 additions, 0 deletionsswh/objstorage/backends/__init__.py
- swh/objstorage/tests/__init__.py 0 additions, 0 deletionsswh/objstorage/tests/__init__.py
swh/objstorage/__init__.py
deleted
100644 → 0
swh/objstorage/api/__init__.py
deleted
100644 → 0
swh/objstorage/backends/__init__.py
deleted
100644 → 0
swh/objstorage/tests/__init__.py
deleted
100644 → 0
Please register or sign in to comment