Sun, 17 Jan 2010 19:23:15 +0000
Fixed a porting bug in Project.
Project/Project.py | file | annotate | diff | comparison | revisions |
--- a/Project/Project.py Sun Jan 17 19:16:21 2010 +0000 +++ b/Project/Project.py Sun Jan 17 19:23:15 2010 +0000 @@ -4556,7 +4556,7 @@ lineno += 1 - source = Utilities.encode("".join(sourcelines), encoding) + source = Utilities.encode("".join(sourcelines), encoding)[0] return source, sversion def __pluginExtractVersion(self, filename):