[cvs-annodex] commit (/annodex): cmmlwiki/trunk/cmmlwiki/handler.py
conrad
nobody at lists.annodex.net
Fri Dec 2 16:33:43 EST 2005
Update of /annodex (new revision 1672)
Modified files:
cmmlwiki/trunk/cmmlwiki/handler.py
Log Message:
bugfix internal server error: 404 if a non-existent .axv is requested
Modified: cmmlwiki/trunk/cmmlwiki/handler.py
===================================================================
--- cmmlwiki/trunk/cmmlwiki/handler.py 2005-12-01 03:57:27 UTC (rev 1671)
+++ cmmlwiki/trunk/cmmlwiki/handler.py 2005-12-02 05:33:42 UTC (rev 1672)
@@ -26,7 +26,7 @@
from cmmlwiki.environment import Environment
from cmmlwiki.html import html_head, html_foot, listpanel_head, listpanel_foot
from cmmlwiki.time import time2npt, parseTimestamp
-from cmmlwiki.utils import content_type, content_type_html, location, xmlescape, edit_base, iname2edit, iname2view
+from cmmlwiki.utils import content_type, content_type_html, location, http_404, xmlescape, edit_base, iname2edit, iname2view
class Handler (object):
--
conrad
More information about the cvs-annodex
mailing list