summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds DotConfig tests to external test suiteDevan Franchini2015-06-191-61/+0
| | | | | | tests/dtest.py: Removes WebappConfig.dotconfig from doctest listing tests/external.py: Adds tests for DotConfig class dotconfig.py: Removes doctests
* Adds python3.x compatibility to codebase.Devan Franchini2015-06-191-3/+3
| | | | | | | Although most of the codebase already has python3.x compatibility when running 2to3 more minor changes where found. This commit includes the changes found when running 2to3 on webapp-config's codebase.
* WebappConfig/dotconfig.py: Encodes .webapp info in utf-8 when writing.Devan Franchini2013-10-281-2/+1
|
* Delete obsolete __version__ attributes.Arfrever Frehtes Taifersar Arahesis2012-06-291-2/+0
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Forward-compat WEB_CATEGORY variableMichael2011-12-301-0/+4
| | | | | | | | | | | Versions previous to 1.50.18 did not include WEB_CATEGORY which was stored in ${webapp_installed_dir}/.webapp, but newer versions require it. Make old installations forward-compatible by pretending this variable exists. Reported-By: Patrick <mail@patrick-nagel.net> Signed-off-by: Anthony G. Basile <blueness@gentoo.org> X-Gentoo-Bug: 355295 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=355295
* Don't use has_key() for compatibility with Python 3.Arfrever2011-12-301-1/+1
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Update syntax of octal numbers for compatibility with Python 3.Arfrever2011-12-301-1/+1
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Update syntax of setting exceptions for compatibility with Python 3.Arfrever2011-12-301-1/+1
| | | | | Reported-By: Arfrever <arfrever@gentoo.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* Category support for dotconfigGunnar Wrobel2007-04-271-9/+22
| | | | svn path=/trunk/webapp-config/; revision=28
* Added current versionGunnar Wrobel2007-02-211-0/+282
svn path=/trunk/webapp-config/; revision=2