mock_servers test helper works with new syncer code

This commit is contained in:
Karsten Lehmann
2020-08-28 20:08:54 +02:00
parent e2e756dcda
commit 0ef99f3524

View File

@@ -3,7 +3,7 @@ import io
import logging
import types
from anki.sync import HttpSyncer, RemoteServer, RemoteMediaServer
from ankisyncd.sync import HttpSyncer, RemoteServer, RemoteMediaServer
class MockServerConnection: