diff options
| author | Karel Klic <kklic@redhat.com> | 2009-10-19 12:02:40 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-10-19 12:02:40 +0200 |
| commit | e714cfac17dcdb44c0b47f6f1323eade7fc9a3fe (patch) | |
| tree | 0806832a14168b3ee356948487a1909956d10a88 /src/Gui | |
| parent | c9f43d22c5bf1d1bb392ee426c72d383b2241bbe (diff) | |
| parent | a0ad2aada47afdc78d6b807e7c51c854d50accda (diff) | |
| download | abrt-e714cfac17dcdb44c0b47f6f1323eade7fc9a3fe.tar.gz abrt-e714cfac17dcdb44c0b47f6f1323eade7fc9a3fe.tar.xz abrt-e714cfac17dcdb44c0b47f6f1323eade7fc9a3fe.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Gui')
| -rw-r--r-- | src/Gui/ABRTExceptions.py | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | src/Gui/abrt-gui | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Gui/ABRTExceptions.py b/src/Gui/ABRTExceptions.py index 3049638..0d357a3 100644 --- a/src/Gui/ABRTExceptions.py +++ b/src/Gui/ABRTExceptions.py @@ -14,11 +14,11 @@ class WrongData(Exception): def __str__(self): return self.what - + class ConfBackendInitError(Exception): def __init__(self, msg): Exception.__init__(self) self.what = msg - + def __str__(self): return self.what diff --git a/src/Gui/abrt-gui b/src/Gui/abrt-gui index dd0897c..85bdebb 100644..100755 --- a/src/Gui/abrt-gui +++ b/src/Gui/abrt-gui @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh export PYTHONPATH=/usr/share/abrt export XLOGNAME=$LOGNAME exec /usr/bin/python /usr/share/abrt/CCMainWindow.py "$@" |
