Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 27 Jul 2003 23:16:33 +0000 (23:16 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 27 Jul 2003 23:16:33 +0000 (23:16 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1793 57a73879-2fb5-44c3-a270-3262357dd7e2

demo.py
templates/classic/html/page.html

diff --git a/demo.py b/demo.py
index 5637ca66e4fae5b3a1f38521b1b374c590d4e040..c840be6ea4177ee35cf303ba2fee0986a58477bd 100644 (file)
--- a/demo.py
+++ b/demo.py
@@ -2,7 +2,7 @@
 #
 # Copyright (c) 2003 Richard Jones (richard@mechanicalcat.net)
 # 
-# $Id: demo.py,v 1.3 2003-05-16 01:44:43 richard Exp $
+# $Id: demo.py,v 1.4 2003-07-27 23:16:33 richard Exp $
 
 import sys, os, string, re, urlparse
 import shutil, socket, errno, BaseHTTPServer
@@ -16,6 +16,7 @@ def install_demo(home):
     init.install(home, os.path.join('templates', 'classic'))
     # don't have email flying around
     os.remove(os.path.join(home, 'detectors', 'nosyreaction.py'))
+    os.remove(os.path.join(home, 'detectors', 'nosyreaction.pyc'))
     init.write_select_db(home, 'anydbm')
 
     # figure basic params for server
index 487d18fd0119e6092db4b11f83df96cf7d668855..79bb930e85f6cf92b67e1730c14704f242591f0d 100644 (file)
          tal:attributes="value name;
                          checked python:name == group_on">
 </td>
-<!-- vim: et
--->