Remove comment from loopbackvolume

This commit is contained in:
Anders Ingemann 2014-01-09 20:43:45 +01:00
parent f632e5efce
commit 0a7d97a53a

View file

@ -3,10 +3,6 @@ from common.tools import log_check_call
from base.fs.exceptions import VolumeError from base.fs.exceptions import VolumeError
# QEMU formats:
# raw, host_device, qcow2, qcow, cow, vdi, vmdk, vpc, cloop
class LoopbackVolume(Volume): class LoopbackVolume(Volume):
events = [{'name': 'create', 'src': 'nonexistent', 'dst': 'detached'}, events = [{'name': 'create', 'src': 'nonexistent', 'dst': 'detached'},