systray: Fix pylint from appindicators

This commit is contained in:
Cole Robinson 2013-06-14 11:03:48 -04:00
parent 8e0a181cc6
commit 2b3604ceeb

View File

@ -29,7 +29,7 @@ from virtManager.baseclass import vmmGObject
from virtManager.error import vmmErrorDialog
try:
from gi.repository import AppIndicator3 # pylint: disable=F0401
from gi.repository import AppIndicator3 # pylint: disable=E0611
except:
AppIndicator3 = None