summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/storage/lmi/scripts/storage/lv_cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/storage/lmi/scripts/storage/lv_cmd.py b/commands/storage/lmi/scripts/storage/lv_cmd.py
index 41a5683..b7c9ffe 100644
--- a/commands/storage/lmi/scripts/storage/lv_cmd.py
+++ b/commands/storage/lmi/scripts/storage/lv_cmd.py
@@ -59,7 +59,7 @@ from lmi.scripts.common import command
from lmi.scripts.storage import lvm, show
from lmi.scripts.storage.common import str2size, size2str, str2device, str2vg
from lmi.scripts.common import formatter
-
+from lmi.scripts.common.formatter import command as fcmd
class Lister(command.LmiLister):
COLUMNS = ('DeviceID', "Name", "ElementName", "Size")