comparison roundup/configuration.py @ 4570:6e3e4f24c753

Remove keyword expansions from CVS. All regression tests passed afterwards.
author Eric S. Raymond <esr@thyrsus.com>
date Wed, 16 Nov 2011 09:51:38 -0500
parents d9d7319afffa
children a2eb4fb3e6d8
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
1 # Roundup Issue Tracker configuration support 1 # Roundup Issue Tracker configuration support
2 #
3 # $Id: configuration.py,v 1.51 2008-09-01 02:30:06 richard Exp $
4 # 2 #
5 __docformat__ = "restructuredtext" 3 __docformat__ = "restructuredtext"
6 4
7 import ConfigParser 5 import ConfigParser
8 import getopt 6 import getopt

Roundup Issue Tracker: http://roundup-tracker.org/