mirror of https://github.com/python/cpython.git
test -> main
This commit is contained in:
parent
547e8d8c0f
commit
deb627c06e
|
@ -234,7 +234,7 @@ def sumfile(file):
|
|||
return md5.new(open(file).read()).digest()
|
||||
|
||||
|
||||
def test():
|
||||
def main():
|
||||
import sys
|
||||
import getopt
|
||||
from rcsclient import openrcsclient
|
||||
|
@ -269,4 +269,4 @@ def test():
|
|||
x.report()
|
||||
|
||||
if __name__ == "__main__":
|
||||
test()
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue