Move setting to the storage app
The setting COMMON_TEMPORARY_DIRECTORY is now STORAGE_TEMPORARY_DIRECTORY. Move file related utilities to the storage app. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import subprocess
|
||||
from django.apps import apps
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from mayan.apps.common.utils import copyfile, fs_cleanup, mkstemp
|
||||
from mayan.apps.storage.utils import copyfile, fs_cleanup, mkstemp
|
||||
|
||||
from .exceptions import ParserError
|
||||
from .settings import setting_pdftotext_path
|
||||
|
||||
Reference in New Issue
Block a user