add mock libvirtaio module + pylint fixes

This commit is contained in:
Wojtek Porczyk 2017-04-05 17:03:48 +02:00
parent 64d358562b
commit 3bc4ec1e98
2 changed files with 9 additions and 2 deletions

View File

@ -32,8 +32,6 @@ import os.path
import shutil
import string
import subprocess
import sys
import time
import uuid
import warnings

View File

@ -0,0 +1,9 @@
"""mock libvirtaio module
WARNING: you did not import real libvirtaio module
This is needed, because we don't currently ship libvirt-python for templates.
"""
def virEventRegisterAsyncIOImpl(loop):
pass