summaryrefslogtreecommitdiffstats
path: root/python/t
diff options
context:
space:
mode:
Diffstat (limited to 'python/t')
-rw-r--r--python/t/010-launch.py2
-rw-r--r--python/t/050-lvcreate.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/t/010-launch.py b/python/t/010-launch.py
index 1cba3221..c1316d29 100644
--- a/python/t/010-launch.py
+++ b/python/t/010-launch.py
@@ -18,7 +18,7 @@
import os
import guestfs
-g = guestfs.guestfs()
+g = guestfs.GuestFS()
f = open ("test.img", "w")
f.truncate (500 * 1024 * 1024)
f.close ()
diff --git a/python/t/050-lvcreate.py b/python/t/050-lvcreate.py
index 444cee90..8503023f 100644
--- a/python/t/050-lvcreate.py
+++ b/python/t/050-lvcreate.py
@@ -18,7 +18,7 @@
import os
import guestfs
-g = guestfs.guestfs()
+g = guestfs.GuestFS()
f = open ("test.img", "w")
f.truncate (500 * 1024 * 1024)
f.close ()