diff options
author | kali <kali@leap.se> | 2013-03-14 07:08:31 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-03-15 01:02:11 +0900 |
commit | d0dfad6ac2af360de6421ce74a6831b5b81ad019 (patch) | |
tree | a0a79d4fb328e09ab85f53d826d65f5d7f874f0c /src/leap/config/pluggableconfig.py | |
parent | b76461efe13d24950cb389735432024c26e1e768 (diff) |
namespace leap + leap.common split
leap is a namespace package from here on.
common folder will be deleted and moved to leap_pycommon repository.
Diffstat (limited to 'src/leap/config/pluggableconfig.py')
-rw-r--r-- | src/leap/config/pluggableconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/config/pluggableconfig.py b/src/leap/config/pluggableconfig.py index 5ed83b3f..4a742da4 100644 --- a/src/leap/config/pluggableconfig.py +++ b/src/leap/config/pluggableconfig.py @@ -28,7 +28,7 @@ import urlparse import jsonschema #from leap.base.util.translations import LEAPTranslatable -from leap.util.check import leap_assert +from leap.common.check import leap_assert logger = logging.getLogger(__name__) |