]> granicus.if.org Git - python/commit
Move code in __name__ == '__main__' block into main() function, rewrite code so
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 9 Jan 2005 01:58:02 +0000 (01:58 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 9 Jan 2005 01:58:02 +0000 (01:58 +0000)
commit2abe785fee0839a51c83d6f2285e6ed8ade89c3a
treeccec900a75e436a3b7bbc3cc955b5bbcfd976979
parent97613ad02dd925c65b6bb17e605ba1b0b966a2ed
Move code in __name__ == '__main__' block into main() function, rewrite code so
there's no need to subclass OptionParser.
Lib/profile.py