Ver a proveniência

Remove print statement from the wrong place.

import/raw
duncan.parkes há 17 anos
ascendente
cometimento
a7cc451f7e
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      trunk/cgi-bin/PlanningUtils.py
  2. +1
    -1
      trunk/python_scrapers/PlanningUtils.py

+ 1
- 1
trunk/cgi-bin/PlanningUtils.py Ver ficheiro

@@ -90,7 +90,7 @@ class PlanningApplication:
return self.displayXML()
def displayXML(self):
print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
#print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
return "<application>\n" +\
"<council_reference>%s</council_reference>\n" %xmlQuote(self.council_reference) +\
"<address>%s</address>\n" %xmlQuote(self.address) +\


+ 1
- 1
trunk/python_scrapers/PlanningUtils.py Ver ficheiro

@@ -90,7 +90,7 @@ class PlanningApplication:
return self.displayXML()
def displayXML(self):
print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
#print self.council_reference, self.address, self.postcode, self.description, self.info_url, self.comment_url, self.date_received
return "<application>\n" +\
"<council_reference>%s</council_reference>\n" %xmlQuote(self.council_reference) +\
"<address>%s</address>\n" %xmlQuote(self.address) +\


Carregando…
Cancelar
Guardar