Explorar el Código

Remove print statement from the wrong place.

import/raw
duncan.parkes hace 17 años
padre
commit
a7cc451f7e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      trunk/cgi-bin/PlanningUtils.py
  2. +1
    -1
      trunk/python_scrapers/PlanningUtils.py

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

@@ -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 fichero

@@ -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) +\


Cargando…
Cancelar
Guardar