changeset 65:6d6f5c5c26d4

add __del__ method
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 25 Jan 2013 13:46:11 -0800
parents 1a279bac0afa
children af7609457dc6
files paint/package.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/paint/package.py	Fri Jan 25 13:41:37 2013 -0800
+++ b/paint/package.py	Fri Jan 25 13:46:11 2013 -0800
@@ -120,7 +120,7 @@
             shutil.rmtree(self._tmppath)
         self._tmppath = None
 
-#    __del__ = cleanup
+    __del__ = _cleanup
 
     ### python-package-specific functionality