~nataliabidart/magicicada-server/bump-client-new-namespace

« back to all changes in this revision

Viewing changes to magicicada/server/tests/test_make.py

  • Committer: Natalia
  • Date: 2018-05-31 00:27:17 UTC
  • Revision ID: natalia.bidart@ubuntu.com-20180531002717-ltcne00ovkrqk097
Fixed tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
from StringIO import StringIO
27
27
 
 
28
from magicicadaprotocol import request, volumes
 
29
from magicicadaprotocol.content_hash import content_hash_factory, crc32
28
30
from twisted.internet import defer
29
 
from ubuntuone.storageprotocol import request, volumes
30
 
from ubuntuone.storageprotocol.content_hash import content_hash_factory, crc32
31
31
 
32
32
from magicicada.filesync import errors
33
33
from magicicada.server.testing.testcase import TestWithDatabase