Fix some pylint

This commit is contained in:
Cole Robinson 2014-01-29 11:03:20 -05:00
parent 0a77093cbc
commit 88cef6d25d
1 changed files with 0 additions and 1 deletions

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