Skip to content

Commit 27a736b

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent c3b913d commit 27a736b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

demo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2003 Richard Jones ([email protected])
44
#
5-
# $Id: demo.py,v 1.3 2003-05-16 01:44:43 richard Exp $
5+
# $Id: demo.py,v 1.4 2003-07-27 23:16:33 richard Exp $
66

77
import sys, os, string, re, urlparse
88
import shutil, socket, errno, BaseHTTPServer
@@ -16,6 +16,7 @@ def install_demo(home):
1616
init.install(home, os.path.join('templates', 'classic'))
1717
# don't have email flying around
1818
os.remove(os.path.join(home, 'detectors', 'nosyreaction.py'))
19+
os.remove(os.path.join(home, 'detectors', 'nosyreaction.pyc'))
1920
init.write_select_db(home, 'anydbm')
2021

2122
# figure basic params for server

templates/classic/html/page.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,3 @@
142142
tal:attributes="value name;
143143
checked python:name == group_on">
144144
</td>
145-
<!-- vim: et
146-
-->

0 commit comments

Comments
 (0)