summaryrefslogtreecommitdiffstats
path: root/python/guestfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/guestfs.py')
-rw-r--r--python/guestfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/guestfs.py b/python/guestfs.py
index fc57d8de..864b3619 100644
--- a/python/guestfs.py
+++ b/python/guestfs.py
@@ -20,7 +20,7 @@
import libguestfsmod
-class guestfs:
+class GuestFS:
def __init__ (self):
self._o = libguestfsmod.create ()