s few more small cleanups

This commit is contained in:
gallowj
2021-04-22 17:21:55 -05:00
parent 50abfbb3f5
commit ec8dd9ff88
2 changed files with 2 additions and 1 deletions
@@ -81,6 +81,7 @@ try:
import pathlib
except:
import pathlib2 as pathlib
from pathlib import Path
_DCCSIG_PATH = Path(_DCCSIG_PATH).resolve()
_DCCSI_PYTHON_LIB_PATH = Path(_DCCSI_PYTHON_LIB_PATH).resolve()