file_utils test helper works with new syncer code

This commit is contained in:
Karsten Lehmann 2020-08-28 20:09:14 +02:00
parent 0ef99f3524
commit 60f12cf0a0
No known key found for this signature in database
GPG Key ID: 6C34E8199743C270

View File

@ -10,7 +10,7 @@ import tempfile
import unicodedata
import zipfile
from anki.consts import SYNC_ZIP_SIZE
from ankisyncd.sync import SYNC_ZIP_SIZE
def create_named_file(filename, file_contents=None):