diff options
Diffstat (limited to 'python/guestfs.py')
-rw-r--r-- | python/guestfs.py | 2 |
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 () |