author | amit@thunder |
Mon, 22 Feb 2010 17:22:59 +0530 | |
changeset 17 | abf126e51dbc |
parent 16 | 2e3d2cadbcb6 |
child 18 | 9162df2ef805 |
--- 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')),