comparison roundup/instance.py @ 2005:fc52d57c6c3e

documentation cleanup
author Richard Jones <richard@users.sourceforge.net>
date Wed, 11 Feb 2004 23:55:10 +0000
parents 800b226bba58
children 69f7eaf96963 c77483d2cda4
comparison
equal deleted inserted replaced
2004:1782fe36e7b8 2005:fc52d57c6c3e
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: instance.py,v 1.11 2003-12-06 02:46:34 richard Exp $ 18 # $Id: instance.py,v 1.12 2004-02-11 23:55:08 richard Exp $
19 19
20 __doc__ = ''' 20 '''Tracker handling (open tracker).
21 Tracker handling (open tracker).
22 21
23 Backwards compatibility for the old-style "imported" trackers. 22 Backwards compatibility for the old-style "imported" trackers.
24 ''' 23 '''
24 __docformat__ = 'restructuredtext'
25 25
26 import os 26 import os
27 27
28 class Vars: 28 class Vars:
29 ''' I'm just a container ''' 29 ''' I'm just a container '''

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