Mercurial > p > roundup > code
comparison roundup/instance.py @ 2977:9c8de04a76b1
unit test fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Nov 2004 02:55:47 +0000 |
| parents | 6574d6736b57 |
| children | bf660e65ba45 |
comparison
equal
deleted
inserted
replaced
| 2976:e03ef8a8df7f | 2977:9c8de04a76b1 |
|---|---|
| 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.32 2004-11-18 16:52:18 a1s Exp $ | 18 # $Id: instance.py,v 1.33 2004-11-29 02:55:46 richard Exp $ |
| 19 | 19 |
| 20 '''Tracker handling (open tracker). | 20 '''Tracker handling (open tracker). |
| 21 | 21 |
| 22 Backwards compatibility for the old-style "imported" trackers. | 22 Backwards compatibility for the old-style "imported" trackers. |
| 23 ''' | 23 ''' |
| 24 __docformat__ = 'restructuredtext' | 24 __docformat__ = 'restructuredtext' |
| 25 | 25 |
| 26 import os | 26 import os |
| 27 from roundup import configuration, mailgw, rlog | 27 from roundup import configuration, mailgw |
| 28 from roundup import hyperdb, backends | 28 from roundup import hyperdb, backends |
| 29 from roundup.cgi import client, templating | 29 from roundup.cgi import client, templating |
| 30 | 30 |
| 31 class Vars: | 31 class Vars: |
| 32 def __init__(self, vars): | 32 def __init__(self, vars): |
