# HG changeset patch # User amit@thunder # Date 1266839579 -19800 # Node ID abf126e51dbc4f0ee61adb29c5f72287d9e64d73 # Parent 2e3d2cadbcb6dd1a887a0d8660e8c1bbb0e3bfa8 Some bug fixes diff -r 2e3d2cadbcb6 -r abf126e51dbc SEESenv/web/hgbook/urls.py --- a/SEESenv/web/hgbook/urls.py Mon Feb 22 17:09:17 2010 +0530 +++ b/SEESenv/web/hgbook/urls.py Mon Feb 22 17:22:59 2010 +0530 @@ -8,7 +8,7 @@ feeds = { 'comments': feeds.Comments, } -print >> sys.stderr,"in urls.py"+os.path.dirname(sys.modules[__name__].__file__) + urlpatterns = patterns('', (r'^comments/', include('hgbook.comments.urls')),