search for: dsaclean

Displaying 1 result from an estimated 1 matches for "dsaclean".

Did you mean: distclean
2015 Oct 09
3
Python version for scripts in LLVM?
...function, so that the scripts can work in Python 2.7 and Python 3.x -- Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151009/dbb54b3a/attachment.html> -------------- next part -------------- Index: DSAclean.py =================================================================== --- DSAclean.py (revision 249819) +++ DSAclean.py (working copy) @@ -1,5 +1,7 @@ #! /usr/bin/python +from __future__ import print_function + #changelog: #10/13/2005b: replaced the # in tmp(.#*)* with alphanumeric and _, th...