chiark / gitweb /
fishdescriptor: wip (found)
[chiark-utils.git] / 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