--convert-to-jpeg initial version working

This commit is contained in:
Rhet Turnbull
2020-10-02 06:31:20 -07:00
parent ddc1e69b4a
commit 38f201d0fb
12 changed files with 600 additions and 121 deletions

View File

@@ -12,7 +12,7 @@ def test_export_db():
""" test ExportDB """
import os
import tempfile
from osxphotos._export_db import ExportDB
from osxphotos.export_db import ExportDB
tempdir = tempfile.TemporaryDirectory(prefix="osxphotos_")
dbname = os.path.join(tempdir.name, ".osxphotos_export.db")