Skip to content

Commit 8a61988

Browse files
author
Alexander Smishlajev
committed
Main Roundup configuration class renamed to CoreConfig;
fix vim modeline
1 parent 0c3d765 commit 8a61988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#! /usr/bin/env python
22
#
33
# Copyright (c) 2003 Richard Jones ([email protected])
4-
#
5-
# $Id: demo.py,v 1.14 2004-07-27 02:34:14 richard Exp $
4+
#
5+
# $Id: demo.py,v 1.15 2004-07-27 11:36:01 a1s Exp $
66

77
import sys, os, string, re, urlparse, ConfigParser
88
import shutil, socket, errno, BaseHTTPServer
@@ -12,7 +12,7 @@ def install_demo(home, backend):
1212
from roundup import init, instance, password, backends, configuration
1313

1414
# set up the config for this tracker
15-
config = configuration.Config()
15+
config = configuration.CoreConfig()
1616
config['TRACKER_HOME'] = home
1717
config['MAIL_DOMAIN'] = 'localhost'
1818
config['DATABASE'] = 'db'
@@ -107,4 +107,4 @@ def run_demo():
107107
if __name__ == '__main__':
108108
run_demo()
109109

110-
# vim: set filetype=python ts=4 sw=4 et si
110+
# vim: set filetype=python sts=4 sw=4 et si :

0 commit comments

Comments
 (0)