From 19bd2fc07eae45c3f4163e3a04a6269f36501ffc Mon Sep 17 00:00:00 2001 From: "duncan.parkes" Date: Mon, 6 Aug 2007 17:28:38 +0000 Subject: [PATCH] Get North Herts working. --- cgi-bin/AcolnetParser.py | 12 +++++------- python_scrapers/AcolnetParser.py | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/cgi-bin/AcolnetParser.py b/cgi-bin/AcolnetParser.py index d5d3121..025cfb5 100644 --- a/cgi-bin/AcolnetParser.py +++ b/cgi-bin/AcolnetParser.py @@ -343,14 +343,12 @@ class LewishamParser(AcolnetParser): comments_email_address = "planning@lewisham.gov.uk" -## class NorthHertfordshireParser(AcolnetParser): -## case_number_tr = 1 # this one can be got by the td class attribute -## reg_date_tr = 2 -## location_tr = 4 -## proposal_tr = 5 +class NorthHertfordshireParser(AcolnetParser): + case_number_tr = 1 # this one can be got by the td class attribute + reg_date_tr = 2 + location_tr = 4 + proposal_tr = 5 -## comments_email_address = "planning@lewisham.gov.uk" - ## class MidSuffolkParser(AcolnetParser): ## case_number_tr = 1 # this one can be got by the td class attribute ## reg_date_tr = 2 diff --git a/python_scrapers/AcolnetParser.py b/python_scrapers/AcolnetParser.py index d5d3121..025cfb5 100644 --- a/python_scrapers/AcolnetParser.py +++ b/python_scrapers/AcolnetParser.py @@ -343,14 +343,12 @@ class LewishamParser(AcolnetParser): comments_email_address = "planning@lewisham.gov.uk" -## class NorthHertfordshireParser(AcolnetParser): -## case_number_tr = 1 # this one can be got by the td class attribute -## reg_date_tr = 2 -## location_tr = 4 -## proposal_tr = 5 +class NorthHertfordshireParser(AcolnetParser): + case_number_tr = 1 # this one can be got by the td class attribute + reg_date_tr = 2 + location_tr = 4 + proposal_tr = 5 -## comments_email_address = "planning@lewisham.gov.uk" - ## class MidSuffolkParser(AcolnetParser): ## case_number_tr = 1 # this one can be got by the td class attribute ## reg_date_tr = 2