Fix some pylint

This commit is contained in:
Cole Robinson
2014-01-29 11:03:20 -05:00
parent 0a77093cbc
commit 88cef6d25d

View File

@ -170,7 +170,6 @@ class vmmGraphicsDetails(vmmGObjectUI):
title = (_("%(graphicstype)s Server") %
{"graphicstype" : gfx.pretty_type_simple(gtype)})
settype = ""
if is_vnc or is_spice:
use_passwd = gfx.passwd is not None