Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/configuration.py Wed Nov 16 08:05:41 2011 -0500 +++ b/roundup/configuration.py Wed Nov 16 09:51:38 2011 -0500 @@ -1,7 +1,5 @@ # Roundup Issue Tracker configuration support # -# $Id: configuration.py,v 1.51 2008-09-01 02:30:06 richard Exp $ -# __docformat__ = "restructuredtext" import ConfigParser
