From 91d70343acecb1b2225cf94024d738c053eff4c3 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 16 Feb 2013 23:13:08 +0000 Subject: Fix imports in leap/mx/util/config.py to not import all of os. --- src/leap/mx/util/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3