markup: improve path routines

This commit is contained in:
2020-03-11 18:09:26 -07:00
parent 4c9932a2db
commit 5349455e61
5 changed files with 45 additions and 32 deletions

View File

@ -27,7 +27,7 @@ from djangodav.views import DavView
from procat2.models import Catalog
from procat2.settings import BASE_DIR, ASSET_DIR
from .utils import clean_path, ensure_dir, set_file_perms, WORKDIR
from .utils import clean_path, ensure_dir, set_file_perms
from .tasks import process_markup_pdf
log = logging.getLogger(__name__)