diff -r fa319c01b604 -r 52e8c820d0dd Project/NewDialogClassDialog.py --- a/Project/NewDialogClassDialog.py Mon Dec 28 17:05:28 2009 +0000 +++ b/Project/NewDialogClassDialog.py Mon Dec 28 18:31:37 2009 +0000 @@ -93,6 +93,6 @@ @return tuple giving the classname (string) and the file name (string) """ - return unicode(self.classnameEdit.text()), \ + return self.classnameEdit.text(), \ os.path.join(self.pathnameEdit.text(), \ self.filenameEdit.text())