Skip to content
Snippets Groups Projects
Commit 0d8102c5 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Migrate to latest swh-storage's api change

parent a64628db
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ if __name__ == '__main__':
config.prepare_folders(conf, 'log_dir')
if conf['storage_class'] == 'remote_storage':
from swh.storage.remote_storage import RemoteStorage as Storage
from swh.storage.api.client import RemoteStorage as Storage
else:
from swh.storage import Storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment