]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
test -> main
authorGuido van Rossum <guido@python.org>
Thu, 27 Apr 1995 21:28:53 +0000 (21:28 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 27 Apr 1995 21:28:53 +0000 (21:28 +0000)
Demo/pdist/rcvs.py

index 3bd8e8b4cbd51b47176cad4aba1bcb59cc808197..f4795a48964f8196ac0a1e0b041d0e1818a8e961 100755 (executable)
@@ -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()