summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/goggle.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/ui/goggle.py')
-rw-r--r--lib/bb/ui/goggle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/goggle.py b/lib/bb/ui/goggle.py
index 7a3427f71..2cfa002f8 100644
--- a/lib/bb/ui/goggle.py
+++ b/lib/bb/ui/goggle.py
@@ -62,7 +62,7 @@ def init (server, eventHandler):
if ret != True:
print("Couldn't get default commandline! %s" % ret)
return 1
- except xmlrpclib.Fault, x:
+ except xmlrpclib.Fault as x:
print("XMLRPC Fault getting commandline:\n %s" % x)
return 1