Mercurial > hg > PaInt
comparison paint/package.py @ 18:4c4d1e194bf7
leave in debugging code for now
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 24 Feb 2012 16:13:13 -0800 |
parents | e74fc40e1f64 |
children | c54db80d6e7f |
comparison
equal
deleted
inserted
replaced
17:e74fc40e1f64 | 18:4c4d1e194bf7 |
---|---|
71 def cleanup(self): | 71 def cleanup(self): |
72 if self._tmppath: | 72 if self._tmppath: |
73 shutil.rmtree(self._tmppath) | 73 shutil.rmtree(self._tmppath) |
74 self._tmppath = None | 74 self._tmppath = None |
75 | 75 |
76 __del__ = cleanup | 76 # __del__ = cleanup |
77 | 77 |
78 ### python-package-specific functionality | 78 ### python-package-specific functionality |
79 | 79 |
80 def egg_info(self): | 80 def egg_info(self): |
81 """build the egg_info directory""" | 81 """build the egg_info directory""" |