comparison config.py @ 5:72a0ba086b3e

Added CVS keywords $Id$ and $Log$ to all python files.
author Anthony Baxter <anthonybaxter@users.sourceforge.net>
date Thu, 19 Jul 2001 05:52:22 +0000
parents b10f8834cce4
children 3b0a72f54613
comparison
equal deleted inserted replaced
4:b10f8834cce4 5:72a0ba086b3e
1 # $Id: config.py,v 1.4 2001-07-19 05:52:22 anthonybaxter Exp $
2
1 ROUNDUP_HOME=MAIL_DOMAIN=MAILHOST=None 3 ROUNDUP_HOME=MAIL_DOMAIN=MAILHOST=None
2 4
3 try: 5 try:
4 from localconfig import * 6 from localconfig import *
5 except ImportError: 7 except ImportError:
30 32
31 # Somewhere for roundup to log stuff internally sent to stdout or stderr 33 # Somewhere for roundup to log stuff internally sent to stdout or stderr
32 LOG = os.path.join(ROUNDUP_HOME, 'roundup.log') 34 LOG = os.path.join(ROUNDUP_HOME, 'roundup.log')
33 35
34 del os 36 del os
37
38 #
39 # $Log: not supported by cvs2svn $
40 #
41

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