SF Bug #1348477, regextest can't be pydoc'ed. Will backport.
This commit is contained in:
parent
67715f0420
commit
286d74764e
|
@ -43,4 +43,5 @@ def main():
|
|||
def chomp(s):
|
||||
return s.rstrip('\n')
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue