mirror of
https://github.com/ceph/ceph
synced 2025-01-31 07:22:56 +00:00
ceph-volume: lvm.main: update imports for py3 support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
c5a3a7b2e1
commit
bbaa0d9efe
@ -1,8 +1,8 @@
|
||||
import argparse
|
||||
from textwrap import dedent
|
||||
from ceph_volume import terminal
|
||||
import activate
|
||||
import prepare
|
||||
from . import activate
|
||||
from . import prepare
|
||||
|
||||
|
||||
class LVM(object):
|
||||
|
Loading…
Reference in New Issue
Block a user