Skip to content

Commit

Permalink
import Kxrr/easywebdav
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed Nov 23, 2017
1 parent c7c96aa commit 80a92e2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "easywebdav"]
path = easywebdav
url = https://github.com/Kxrr/easywebdav
1 change: 1 addition & 0 deletions easywebdav
Submodule easywebdav added at 8beb4b
2 changes: 1 addition & 1 deletion nutstore_cli/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from nutstore_cli.client.utils import check_local_path
from nutstore_cli.client.path_helper import *

import easywebdav
from nutstore_cli import easywebdav

from six.moves.urllib.parse import unquote

Expand Down
2 changes: 1 addition & 1 deletion nutstore_cli/client/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
from easywebdav.client import WebdavException
from nutstore_cli.easywebdav.client import WebdavException


class NutStoreClientException(WebdavException):
Expand Down
1 change: 1 addition & 0 deletions nutstore_cli/easywebdav

0 comments on commit 80a92e2

Please sign in to comment.