Make pylint happy

This commit is contained in:
Marek Marczykowski-Górecki 2017-05-17 13:20:59 +02:00
parent 45cbbf5e1d
commit 116c45071f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,8 @@ disable=
bad-continuation,
duplicate-code,
fixme,
locally-disabled
locally-disabled,
locally-enabled
[REPORTS]

View File

@ -34,6 +34,7 @@ import qubesadmin.tools
import qubesadmin.vm
have_events = False
try:
# pylint: disable=wrong-import-position
import qubesadmin.events
have_events = True
except ImportError: