summaryrefslogtreecommitdiff
path: root/configshell
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-07-20 09:02:10 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-07-20 09:03:22 +0200
commitfd461ac4d26b9c7c99d8aabc8b78d5a1c7085ad7 (patch)
tree977c9475e5f2a006582a19dd074af27352b8778a /configshell
parent74faea937a081e558b797e2d413e8dca98ac4daa (diff)
downloadconfigshell-fb-fd461ac4d26b9c7c99d8aabc8b78d5a1c7085ad7.tar.gz
Removed unused import (sys) in log.py.
Diffstat (limited to 'configshell')
-rw-r--r--configshell/log.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configshell/log.py b/configshell/log.py
index ffceb7f..f7799f4 100644
--- a/configshell/log.py
+++ b/configshell/log.py
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
'''
import os
-import sys
import time
import prefs
import inspect