Mercurial > p > roundup > code
diff demo.py @ 1726:016e63bb9481
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 27 Jul 2003 23:16:33 +0000 |
| parents | a4db6067814a |
| children | 63c770644afa |
line wrap: on
line diff
--- a/demo.py Tue Jul 22 12:55:45 2003 +0000 +++ b/demo.py Sun Jul 27 23:16:33 2003 +0000 @@ -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 @@ 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
