remove _makeself deprecated method

This commit is contained in:
homm 2016-11-24 03:03:31 +03:00
parent 5773fd8396
commit 14734b1d97

View File

@ -530,8 +530,6 @@ class Image(object):
new.info = self.info.copy()
return new
_makeself = _new # compatibility
# Context Manager Support
def __enter__(self):
return self