diff --git a/mayan/apps/common/javascript.py b/mayan/apps/common/javascript.py index c3cfdbbda4..c772f3fb38 100644 --- a/mayan/apps/common/javascript.py +++ b/mayan/apps/common/javascript.py @@ -8,7 +8,7 @@ import shutil import tarfile from furl import furl -from pathlib import Path +from pathlib2 import Path import requests from semver import max_satisfying diff --git a/mayan/apps/common/management/commands/convertdb.py b/mayan/apps/common/management/commands/convertdb.py index 3086ce0e21..f78226f0d6 100644 --- a/mayan/apps/common/management/commands/convertdb.py +++ b/mayan/apps/common/management/commands/convertdb.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals import errno import os -from pathlib import Path +from pathlib2 import Path from django.conf import settings from django.core import management