summaryrefslogtreecommitdiffstats
path: root/libmount/python/test_mount_tab_update.py
diff options
context:
space:
mode:
authorKarel Zak2013-08-19 17:10:07 +0200
committerKarel Zak2013-08-19 17:10:07 +0200
commit5c7664f73572b365b9b014c5afdd0a0109e69846 (patch)
tree87fdfae75855d2c912b8b3564ab184e2c6feb468 /libmount/python/test_mount_tab_update.py
parentpylibmount: coding style changes in tab.c (diff)
downloadkernel-qcow2-util-linux-5c7664f73572b365b9b014c5afdd0a0109e69846.tar.gz
kernel-qcow2-util-linux-5c7664f73572b365b9b014c5afdd0a0109e69846.tar.xz
kernel-qcow2-util-linux-5c7664f73572b365b9b014c5afdd0a0109e69846.zip
pylibmount: cleanup object names
Cxt -> Context Tab -> Table Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/python/test_mount_tab_update.py')
-rwxr-xr-xlibmount/python/test_mount_tab_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/python/test_mount_tab_update.py b/libmount/python/test_mount_tab_update.py
index 12d2db022..5433cf580 100755
--- a/libmount/python/test_mount_tab_update.py
+++ b/libmount/python/test_mount_tab_update.py
@@ -36,7 +36,7 @@ def mnt_run_test(tss, argv):
def test_replace(ts, argv):
fs = mnt.Fs()
- tb = mnt.Tab()
+ tb = mnt.Table()
if (len(argv) < 3):
return -1