diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2012-11-18 11:09:04 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2012-11-18 11:09:04 -0800 |
commit | 8c9b38354eec85108a018d1e129d1ffd0bc3e974 (patch) | |
tree | 7cc5db3675788c272794c2fa4017b0d5ee85fa71 | |
parent | add auto detection for make.conf location (diff) | |
download | layman-2.0.0.tar.gz layman-2.0.0.tar.bz2 layman-2.0.0.zip |
-rw-r--r-- | layman/output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/output.py b/layman/output.py index c90fccc..b48531a 100644 --- a/layman/output.py +++ b/layman/output.py @@ -10,7 +10,7 @@ __version__ = "0.1" -import sys, types +import sys from layman.constants import codes, INFO_LEVEL, WARN_LEVEL, DEBUG_LEVEL, OFF from layman.compatibility import encode |