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:
@@ -4,8 +4,8 @@ import os
|
||||
import shutil
|
||||
|
||||
from mayan.apps.common.tests import BaseTestCase
|
||||
from mayan.apps.common.utils import mkdtemp
|
||||
from mayan.apps.documents.tests import TEST_NON_ASCII_DOCUMENT_PATH
|
||||
from mayan.apps.storage.utils import mkdtemp
|
||||
|
||||
from ..classes import StagingFile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user