search for: 0b0a79c

Displaying 1 result from an estimated 1 matches for "0b0a79c".

Did you mean: 00079c
2013 Jan 24
1
[PATCH] python: Inherit from 'object' base class.
...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.\"\"\" def __in...