diff --git a/swh/storage/__init__.py b/swh/storage/__init__.py index ee510212..b64818cd 100644 --- a/swh/storage/__init__.py +++ b/swh/storage/__init__.py @@ -1,8 +1,8 @@ # Copyright (C) 2015 The Software Heritage developers # See the AUTHORS file at the top-level directory of this distribution # License: GNU General Public License version 3, or any later version # See top-level LICENSE file for more information -from . import bundle +from . import storage -Storage = bundle.Storage +Storage = storage.Storage diff --git a/swh/storage/bundle.py b/swh/storage/storage.py similarity index 100% rename from swh/storage/bundle.py rename to swh/storage/storage.py