search for: 8752fd3

Displaying 2 results from an estimated 2 matches for "8752fd3".

Did you mean: 8752fax
2013 Jan 24
1
[PATCH] python: Inherit from 'object' base class.
...build the perl bindings (optional) -- Python if you want to build the python bindings (optional) +- Python >= 2.2 if you want to build the python bindings (optional) - Ruby, rake if you want to build the ruby bindings (optional) diff --git a/generator/python.ml b/generator/python.ml index 8752fd3..0b0a79c 100644 --- a/generator/python.ml +++ b/generator/python.ml @@ -662,7 +662,7 @@ import libguestfsmod class ClosedHandle(ValueError): pass -class GuestFS: +class GuestFS(object): \"\"\"Instances of this class are libguestfs API handles.\"\"\"...
2013 Jan 24
3
[REVIEW ONLY] Mountable patches
These 3 patches implement support for APIs which must accept a mountable, but don't update apis which must return mountables. Matt