file_utils test helper works with new syncer code

This commit is contained in:
Karsten Lehmann
2020-09-02 18:53:24 +02:00
parent 0ef99f3524
commit 60f12cf0a0
+1 -1
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):