Remove old-school inheritance

This commit is contained in:
Antoine Pitrou 2013-09-06 21:18:25 +02:00
parent 6703bb4984
commit 66ff01fede

View file

@ -2063,7 +2063,7 @@ def cleanup():
setattr(object_to_patch, attr_name, new_value)
class SuppressCoreFiles(object):
class SuppressCoreFiles:
"""Try to prevent core files from being created."""
old_limit = None