mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
test -> main
This commit is contained in:
parent
547e8d8c0f
commit
deb627c06e
1 changed files with 2 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ def sumfile(file):
|
||||||
return md5.new(open(file).read()).digest()
|
return md5.new(open(file).read()).digest()
|
||||||
|
|
||||||
|
|
||||||
def test():
|
def main():
|
||||||
import sys
|
import sys
|
||||||
import getopt
|
import getopt
|
||||||
from rcsclient import openrcsclient
|
from rcsclient import openrcsclient
|
||||||
|
|
@ -269,4 +269,4 @@ def test():
|
||||||
x.report()
|
x.report()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test()
|
main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue