Somewhere along the line support for python 2.4 was broken.  But it is
only a problem on 1 line.  I have attached a patch to restore Python 2.4
support (yes some of us are still using Python 2.4).

Dave Sugar
dsu...@tresys.com

375,376c375
<         self.abstract_type = (True if abstract_type in ('1', 'true')
<             else False)
---
>         self.abstract_type = abstract_type in ('1', 'true')
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to