Fixed a porting bug in Project.

Sun, 17 Jan 2010 19:23:15 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 17 Jan 2010 19:23:15 +0000
changeset 76
2e74244db9bb
parent 75
035e71f2edcd
child 77
c2df81df2cb9

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):

eric ide

mercurial