Fix tests in python 3

This commit is contained in:
Braulio Valdivielso Martínez
2016-03-07 18:33:06 +01:00
parent 03743b15ed
commit b473440cc1
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import threading
import requests
from testserver.server import Server
from tests.testserver.server import Server
def test_chunked_upload():