prepare to publish

This commit is contained in:
evgeny.ezhov 2017-09-11 19:36:30 +03:00
parent 52ac5a3f94
commit 6c2aecd277
10 changed files with 25 additions and 22 deletions

View file

@ -4,7 +4,7 @@ from io import BytesIO, StringIO
from os import path
from unittest import TestCase
from webdav2.client import Client
from webdav3.client import Client
class ClientTestCase(TestCase):