summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/leap/mx/util/config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/leap/mx/util/config.py b/src/leap/mx/util/config.py
index 5bc5231..5be66b1 100644
--- a/src/leap/mx/util/config.py
+++ b/src/leap/mx/util/config.py
@@ -29,7 +29,9 @@ the section names. Like this:
@license: see included LICENSE file
"""
-import os
+from os import path as ospath
+
+import sys
import yaml
## xxx only install/import this in *nix