diff -r 27cf35f95864 -r b8d81fa19e7d buildframework/helium/tools/quality/internal-exports.ant.xml --- a/buildframework/helium/tools/quality/internal-exports.ant.xml Wed Sep 29 17:48:06 2010 +0100 +++ b/buildframework/helium/tools/quality/internal-exports.ant.xml Sun Oct 10 15:22:15 2010 +0300 @@ -60,7 +60,7 @@ parser.parse() for component in parser.internalexports.keys(): output.write(" \n" % component) - output.write("".join(map(lambda x: " \n" % x, parser.internalexports[component]))) + output.write("".join([" \n" % x for x in parser.internalexports[component]])) output.write(" \n") output.write("\n") output.close() @@ -83,7 +83,7 @@ - macro: ${helium.dir}/tools/common/templates/macro