1
0
mirror of https://github.com/sashacmc/photo-importer.git synced 2025-02-16 18:34:34 +02:00

Fix import

This commit is contained in:
Alexander Bushnev 2022-11-29 22:12:29 +01:00
parent 75dc881dbd
commit 7b00e6776f

View File

@ -5,7 +5,7 @@ import shutil
import logging
import subprocess
from photo_importer import fileprop
from . import fileprop
class Mover(object):