Skip to content

Commit

Permalink
switch to easywebdav2 to fix b2drop connection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueldima committed Feb 19, 2018
1 parent e91334b commit a16946a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion b2share/modules/remotes/b2drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import time
import dateutil.parser
import urllib.parse
import easywebdav
import easywebdav2 as easywebdav

from flask import current_app

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'dcxml>=0.1.0',
'doschema>=1.0.0a1',
'dojson>=1.2.1',
'easywebdav>=1.2.0',
'easywebdav2>=1.3.0',
'Flask-Login<0.4,>=0.3.2',
'httplib2>=0.9.2',
'invenio-access>=1.0.0a11,<1.1.0',
Expand Down

0 comments on commit a16946a

Please sign in to comment.