summaryrefslogtreecommitdiffstats
path: root/python/guestfs.py
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-15 13:59:07 +0100
committerRichard Jones <rjones@redhat.com>2009-04-15 13:59:07 +0100
commitad5abc8d367c9c410051062cae066b1b141b4c76 (patch)
tree9b22bc0900d83ac5a79a8bed7c3283f2fc742536 /python/guestfs.py
parentd5ae4a54e83018687ec05255bc39e7f5ab71a453 (diff)
downloadlibguestfs-ad5abc8d367c9c410051062cae066b1b141b4c76.tar.gz
libguestfs-ad5abc8d367c9c410051062cae066b1b141b4c76.tar.xz
libguestfs-ad5abc8d367c9c410051062cae066b1b141b4c76.zip
Generated code for tune2fs-l command and RHashtable return type.
Diffstat (limited to 'python/guestfs.py')
-rw-r--r--python/guestfs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/guestfs.py b/python/guestfs.py
index 2e0be5c5..95156fc2 100644
--- a/python/guestfs.py
+++ b/python/guestfs.py
@@ -225,3 +225,6 @@ class GuestFS:
def statvfs (self, path):
return libguestfsmod.statvfs (self._o, path)
+ def tune2fs_l (self, device):
+ return libguestfsmod.tune2fs_l (self._o, device)
+