comparison roundup/init.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 a0be2bc223f5
children 785bd25371d3
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: init.py,v 1.36 2005-12-03 11:22:50 a1s Exp $
19
20 """Init (create) a roundup instance. 18 """Init (create) a roundup instance.
21 """ 19 """
22 __docformat__ = 'restructuredtext' 20 __docformat__ = 'restructuredtext'
23 21
24 import os, errno, rfc822 22 import os, errno, rfc822

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