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):
|
def chomp(s):
|
||||||
return s.rstrip('\n')
|
return s.rstrip('\n')
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in New Issue