Mercurial > hg > PaInt
comparison paint/main.py @ 2:4be44827e436
stubbing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 21 Feb 2012 21:07:09 -0800 |
parents | a011af5e765a |
children | 583f678eb0c9 |
comparison
equal
deleted
inserted
replaced
1:a011af5e765a | 2:4be44827e436 |
---|---|
4 python PAckage INTrospection | 4 python PAckage INTrospection |
5 """ | 5 """ |
6 | 6 |
7 import sys | 7 import sys |
8 import optparse | 8 import optparse |
9 import tempfile | |
10 | |
11 class InspectPackages(object): | |
12 def __init__(self): | |
13 pass | |
14 | |
15 def cleanup(self): | |
16 pass | |
17 __del__ = cleanup | |
9 | 18 |
10 def main(args=sys.argv[:]): | 19 def main(args=sys.argv[:]): |
11 | 20 |
12 # parse command line options | 21 # parse command line options |
13 usage = '%prog [options]' | 22 usage = '%prog [options]' |