Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2008-05-23 00:51:26 (GMT)
committer Chris Ball <cjb@laptop.org>2008-05-23 00:51:26 (GMT)
commit9ae63984c1d1ac8a55e1625581e649cbc9ad373a (patch)
tree9023a0b6b05a45fcfbb78ae8949a77cd07d61b95 /activity.py
parent9d8332a7946fdf78e1d1a8d7df49858460db2904 (diff)
Move to mad_popular2.
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index bde06a8..d3995bd 100644
--- a/activity.py
+++ b/activity.py
@@ -31,7 +31,7 @@ from searchtoolbar import SearchToolbar
# Default settings.
HTTP_PORT = '8000'
-WIKIDB = 'mad_withtemplates.xml.bz2'
+WIKIDB = 'mad_popular2.xml.bz2'
HOME_PAGE = '/static/index.html'
# Activity class, extends WebActivity.