summaryrefslogtreecommitdiffstats
path: root/src/Gui/abrt_utils.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-01-30 21:33:42 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-01-30 21:33:42 +0100
commit226ad13b9324fdd5165a1158e310cebd0440aaf7 (patch)
treefc13e1613225e4e9037418a249e1c800d83de241 /src/Gui/abrt_utils.py
parentd49543d341681d0ab24ba58f7316fe155472573e (diff)
downloadabrt-226ad13b9324fdd5165a1158e310cebd0440aaf7.tar.gz
abrt-226ad13b9324fdd5165a1158e310cebd0440aaf7.tar.xz
abrt-226ad13b9324fdd5165a1158e310cebd0440aaf7.zip
GUI: fixed some pylint warnings
Diffstat (limited to 'src/Gui/abrt_utils.py')
-rw-r--r--src/Gui/abrt_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/abrt_utils.py b/src/Gui/abrt_utils.py
index 13ef499f..239fd841 100644
--- a/src/Gui/abrt_utils.py
+++ b/src/Gui/abrt_utils.py
@@ -15,7 +15,7 @@ def init_logging(progname, v):
g_verbose = v
try:
locale.setlocale(locale.LC_ALL, "")
- except locale.Error, e:
+ except locale.Error:
import os
os.environ['LC_ALL'] = 'C'
locale.setlocale(locale.LC_ALL, "")