Commit 286d7476 authored by Neal Norwitz's avatar Neal Norwitz

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

parent 67715f04
...@@ -43,4 +43,5 @@ def main(): ...@@ -43,4 +43,5 @@ def main():
def chomp(s): def chomp(s):
return s.rstrip('\n') return s.rstrip('\n')
main() if __name__ == '__main__':
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment