# HG changeset patch # User Jeff Hammel # Date 1659397322 25200 # Node ID e7ab4cf29f7b4f29693fafe8ed0ebccd2eb9fc79 # Parent ba2630ce851b67766e7f1afba393d1bcc25c1f87 py3 diff -r ba2630ce851b -r e7ab4cf29f7b python/which.py --- a/python/which.py Mon Aug 01 16:40:53 2022 -0700 +++ b/python/which.py Mon Aug 01 16:42:02 2022 -0700 @@ -14,4 +14,4 @@ if __name__ == '__main__': for i in sys.argv[1:]: - print which(i) + print(which(i))