Kaydet (Commit) deb627c0 authored tarafından Guido van Rossum's avatar Guido van Rossum

test -> main

üst 547e8d8c
......@@ -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()
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