Skip to content

Commit 77f3f2f

Browse files
committed
Correct import in lvhd-thin plugin
Signed-off-by: Damien Thenot <damien.thenot@vates.tech>
1 parent 0cbc76e commit 77f3f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/lvhd-thin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import sys
2222
import XenAPIPlugin
2323
sys.path.append("/opt/xensource/sm/")
24-
import lvmcowutil
24+
from lvmcowutil import LvmCowUtil, getCowUtil
2525
import util
2626
from lvmcache import LVMCache
2727
from journaler import Journaler

0 commit comments

Comments
 (0)