configglue team mailing list archive
-
configglue team
-
Mailing list archive
-
Message #00026
[Bug 665277] [NEW] support python 2.4
Public bug reported:
Currently python 2.4 is not supported due to the use of:
- from __future__ import absolute_import
- namedtuple
- defaultdict
Adapt the code as necessary to support python 2.4+
** Affects: configglue
Importance: Undecided
Status: New
--
support python 2.4
https://bugs.launchpad.net/bugs/665277
You received this bug notification because you are a member of
Configglue developers, which is the registrant for configglue.
Status in configglue: New
Bug description:
Currently python 2.4 is not supported due to the use of:
- from __future__ import absolute_import
- namedtuple
- defaultdict
Adapt the code as necessary to support python 2.4+
Follow ups
References