Fix a pep8 violation

This commit is contained in:
Cole Robinson 2012-02-08 14:12:47 -05:00
parent 14e66a27e0
commit 4ddc0fb486

View File

@ -222,7 +222,7 @@ class vmmPreferences(vmmGObjectUI):
for ignore, keyval in events:
if keystr:
keystr += "+"
keystr += gtk.gdk.keyval_name(keyval)
keystr += gtk.gdk.keyval_name(keyval)
return keystr
def grabkeys_dlg_press(self, src_ignore, event, label, events):