make pylint happy

This commit is contained in:
Marek Marczykowski-Górecki 2017-07-12 21:14:23 +02:00
parent dce0b28cf4
commit 58f4369a7e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -10,6 +10,7 @@ QUBESD_SOCK = '/var/run/qubesd.sock'
try:
asyncio.ensure_future
except AttributeError:
# pylint: disable=no-member
asyncio.ensure_future = asyncio.async
parser = argparse.ArgumentParser(