1 Nov 2005 19:27
[gnue] r8088 - in trunk/gnue-designer/src: . reports reports/Char
<btami <at> gnuenterprise.org>
2005-11-01 18:27:06 GMT
2005-11-01 18:27:06 GMT
Author: btami
Date: 2005-11-01 12:27:05 -0600 (Tue, 01 Nov 2005)
New Revision: 8088
Modified:
trunk/gnue-designer/src/Designer.py
trunk/gnue-designer/src/reports/Char/Incubator.py
trunk/gnue-designer/src/reports/TreeView.py
Log:
removed outdated version check
Modified: trunk/gnue-designer/src/Designer.py
===================================================================
--- trunk/gnue-designer/src/Designer.py 2005-10-31 08:25:07 UTC (rev 8087)
+++ trunk/gnue-designer/src/Designer.py 2005-11-01 18:27:05 UTC (rev 8088)
<at> <at> -430,13 +430,6 <at> <at>
instance.uiinstance, templateInformation).run():
instance.uiinstance.close()
-#
-# Workaround for Python 2.2's big unicode bug!!!
-# TODO: I don't think this is working!
-# TODO: Pop up a warning dialog
-#
-if sys.version[:5] == "2.2.0":
- from cStringIO import StringIO
if __name__ == '__main__':
Designer().run()
(Continue reading)
RSS Feed