SF Bug #1348477, regextest can't be pydoc'ed. Will backport.

This commit is contained in:
Neal Norwitz 2005-11-09 07:07:58 +00:00
parent 67715f0420
commit 286d74764e
1 changed files with 2 additions and 1 deletions

View File

@ -43,4 +43,5 @@ def main():
def chomp(s):
return s.rstrip('\n')
main()
if __name__ == '__main__':
main()