E4XML/MultiProjectHandler.py

changeset 6
52e8c820d0dd
parent 0
de9c2efb9d02
child 12
1d8dd9706f46
--- a/E4XML/MultiProjectHandler.py	Mon Dec 28 17:05:28 2009 +0000
+++ b/E4XML/MultiProjectHandler.py	Mon Dec 28 18:31:37 2009 +0000
@@ -90,7 +90,7 @@
         Handler method for the "ProjectFile" end tag.
         """
         filename = self.utf8_to_code(self.buffer)
-        self.project["file"] = unicode(Utilities.toNativeSeparators(filename))
+        self.project["file"] = Utilities.toNativeSeparators(filename)
     
     def endProjectDescription(self):
         """

eric ide

mercurial