commit | 6afaeb757af0dbd8508a0f2352ade61e41bec84c | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Fri Aug 03 17:06:41 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Fri Aug 03 17:06:41 2007 +0000 |
tree | f1b31bc7138b17ff39791bbb45aa81583c3b6e46 | |
parent | e5d0e8431f929cad2da77b63fe1b7dc0ff21a428 [diff] [blame] |
Convert print statements to function calls in Tools/.
diff --git a/Tools/scripts/which.py b/Tools/scripts/which.py index 368eea2..a9f4907 100755 --- a/Tools/scripts/which.py +++ b/Tools/scripts/which.py
@@ -37,7 +37,7 @@ mode = S_IMODE(st[ST_MODE]) if mode & 0o111: if not ident: - print filename + print(filename) ident = st[:3] else: if st[:3] == ident: