chiark / gitweb /
fishdescriptor: wip (found)
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 17 Oct 2017 17:11:29 +0000 (18:11 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 17 Oct 2017 17:11:29 +0000 (18:11 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
fishdescriptor/py/fishdescriptor/indonor.py

index b366e23a4bb3fe8d530bed5be6ed6bf826e33187..f0e621ba8d6c29474e9e86f64e1b727bf9c68a8e 100644 (file)
@@ -27,8 +27,8 @@ def _string_escape_for_c(s):
             out += chr(c)
     return out
 
-class DonorImplementation(preloaded=False):
-    def __init__(self):
+class DonorImplementation():
+    def __init__(self, preloaded=False):
         # works on the current gdb.Inferior
         # ideally should be reused if the same process is targetd
         self._open = None