Skip to content

Commit c39b407

Browse files
author
Richard Jones
committed
oops, thanks Thomas!
1 parent f5e0ecd commit c39b407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo.py

Lines changed: 2 additions & 2 deletions
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.5.2.1 2004-01-07 22:44:43 richard Exp $
5+
# $Id: demo.py,v 1.5.2.2 2004-01-08 21:24:46 richard Exp $
66

77
import sys, os, string, re, urlparse
88
import shutil, socket, errno, BaseHTTPServer
@@ -21,7 +21,7 @@ def install_demo(home):
2121
except os.error, error:
2222
if error.errno != errno.ENOENT:
2323
raise
24-
init.write_select_db(home, 'sqlite')
24+
init.write_select_db(home, 'anydbm')
2525

2626
# figure basic params for server
2727
hostname = socket.gethostname()

0 commit comments

Comments
 (0)