poltextlab commited on
Commit
57f53e0
·
verified ·
1 Parent(s): d711fa0

Update interfaces/ontolisst.py

Browse files
Files changed (1) hide show
  1. interfaces/ontolisst.py +1 -1
interfaces/ontolisst.py CHANGED
@@ -15,7 +15,7 @@ languages = [
15
 
16
  from label_dicts import ONTOLISST_LABEL_NAMES
17
 
18
- from utils import is_disk_full
19
 
20
  # --- DEBUG ---
21
  import shutil
 
15
 
16
  from label_dicts import ONTOLISST_LABEL_NAMES
17
 
18
+ from .utils import is_disk_full
19
 
20
  # --- DEBUG ---
21
  import shutil