Kaydet (Commit) 66ff01fe authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Remove old-school inheritance

üst 6703bb49
......@@ -2063,7 +2063,7 @@ def patch(test_instance, object_to_patch, attr_name, new_value):
setattr(object_to_patch, attr_name, new_value)
class SuppressCoreFiles(object):
class SuppressCoreFiles:
"""Try to prevent core files from being created."""
old_limit = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment