--- a/SEESenv/web/hgbook/comments/views.py Fri Feb 12 01:11:21 2010 +0530
+++ b/SEESenv/web/hgbook/comments/views.py Sat Feb 13 12:29:22 2010 +0530
@@ -10,7 +10,7 @@
from p_list import *
from BeautifulSoup import BeautifulSoup
import glob
-html_folder='/home/amit/SEES-hacks/web/html/'
+html_folder='/home/hg/repos/SEES-hacks/SEESenv/web/html/'
def sort_dict(dict):
new_dict = {}
@@ -49,9 +49,9 @@
def index(request):
html_files = glob.glob(html_folder+'ch*.html')
- print >> sys.stderr ,html_files
- print >> sys.stderr ,"just checking whether i got here"
- print >> sys.stderr , html_files
+# print >> sys.stderr ,html_files
+# print >> sys.stderr ,"just checking whether i got here"
+# print >> sys.stderr , html_files
html_files.sort()
link_list=['/review/html/'+a.split('/')[-1] for a in html_files]
# print >> sys.stderr , html_files