Mercurial > hg > PaInt
changeset 2:4be44827e436
stubbing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 21 Feb 2012 21:07:09 -0800 |
parents | a011af5e765a |
children | 583f678eb0c9 |
files | paint/main.py |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/paint/main.py Tue Feb 21 20:56:02 2012 -0800 +++ b/paint/main.py Tue Feb 21 21:07:09 2012 -0800 @@ -6,6 +6,15 @@ import sys import optparse +import tempfile + +class InspectPackages(object): + def __init__(self): + pass + + def cleanup(self): + pass + __del__ = cleanup def main(args=sys.argv[:]):