summaryrefslogtreecommitdiffstats
path: root/commands/storage/lmi
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-11-19 12:15:53 +0100
committerJan Safranek <jsafrane@redhat.com>2013-11-19 12:15:53 +0100
commit8815b1707d27be10ab2b1db2cb56d5e724f2f8f3 (patch)
tree0394e2cfaf1340881410f4938441ed20085f7849 /commands/storage/lmi
parent7d5349fe4de2904ae1946b31512b43a6074be2ac (diff)
downloadopenlmi-scripts-8815b1707d27be10ab2b1db2cb56d5e724f2f8f3.tar.gz
openlmi-scripts-8815b1707d27be10ab2b1db2cb56d5e724f2f8f3.tar.xz
openlmi-scripts-8815b1707d27be10ab2b1db2cb56d5e724f2f8f3.zip
Fixed import of formatter commands.
Diffstat (limited to 'commands/storage/lmi')
-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")