summaryrefslogtreecommitdiff
path: root/ishtar_common/libreoffice.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/libreoffice.py')
-rw-r--r--ishtar_common/libreoffice.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/libreoffice.py b/ishtar_common/libreoffice.py
index 573d99361..7ef33efba 100644
--- a/ishtar_common/libreoffice.py
+++ b/ishtar_common/libreoffice.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
+from pathvalidate import sanitize_filepath
import time
import uno
@@ -13,7 +14,7 @@ import subprocess # nosec
#from com.sun.star.table import CellRangeAddress, CellAddress
-from ishtar_common.utils import num2col, sanitize_filepath
+from ishtar_common.utils import num2col
from django.conf import settings