changeset 2648:fe71e108d998

Main Roundup configuration class renamed to CoreConfig; fix vim modeline
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Tue, 27 Jul 2004 11:36:01 +0000
parents 8c46091c36d0
children 1df7d4a41da4
files demo.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/demo.py	Tue Jul 27 11:34:11 2004 +0000
+++ b/demo.py	Tue Jul 27 11:36:01 2004 +0000
@@ -1,8 +1,8 @@
 #! /usr/bin/env python
 #
 # Copyright (c) 2003 Richard Jones (richard@mechanicalcat.net)
-# 
-# $Id: demo.py,v 1.14 2004-07-27 02:34:14 richard Exp $
+#
+# $Id: demo.py,v 1.15 2004-07-27 11:36:01 a1s Exp $
 
 import sys, os, string, re, urlparse, ConfigParser
 import shutil, socket, errno, BaseHTTPServer
@@ -12,7 +12,7 @@
     from roundup import init, instance, password, backends, configuration
 
     # set up the config for this tracker
-    config = configuration.Config()
+    config = configuration.CoreConfig()
     config['TRACKER_HOME'] = home
     config['MAIL_DOMAIN'] = 'localhost'
     config['DATABASE'] = 'db'
@@ -107,4 +107,4 @@
 if __name__ == '__main__':
     run_demo()
 
-# vim: set filetype=python ts=4 sw=4 et si
+# vim: set filetype=python sts=4 sw=4 et si :

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