comparison MPIWGRoot.py @ 57:84879a3f91a6

getLastArrivals
author dwinter
date Tue, 30 Apr 2013 22:34:00 +0200
parents 12cb73494367
children dc41deabc8f8
comparison
equal deleted inserted replaced
56:a6ace48c2bf2 57:84879a3f91a6
755 for l in x.split("\n"): 755 for l in x.split("\n"):
756 fw.write("%s,%s\n"%(id,l)) 756 fw.write("%s,%s\n"%(id,l))
757 fw.flush() 757 fw.flush()
758 758
759 fw.close() 759 fw.close()
760 760
761 761
762
763 def manage_addMPIWGRootForm(self): 762 def manage_addMPIWGRootForm(self):
764 """form for adding the root""" 763 """form for adding the root"""
765 pt=PageTemplateFile(os.path.join(package_home(globals()),'zpt','addMPIWGRootForm.zpt')).__of__(self) 764 pt=PageTemplateFile(os.path.join(package_home(globals()),'zpt','addMPIWGRootForm.zpt')).__of__(self)
766 return pt() 765 return pt()
767 766