summaryrefslogtreecommitdiffstats
path: root/pyanaconda/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/__init__.py')
-rw-r--r--pyanaconda/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyanaconda/__init__.py b/pyanaconda/__init__.py
index ad63efd66..603e66c12 100644
--- a/pyanaconda/__init__.py
+++ b/pyanaconda/__init__.py
@@ -231,7 +231,7 @@ class Anaconda(object):
try:
from gui import InstallInterface
- except Exception, e:
+ except Exception as e:
from flags import flags
stdoutLog.error("Exception starting GUI installer: %s" %(e,))
# if we're not going to really go into GUI mode, we need to get