Mercurial > hg > MPIWGWeb
comparison MPIWGRoot.py @ 127:4a8a532a05ba
scale images
author | dwinter |
---|---|
date | Thu, 30 May 2013 20:55:07 +0200 |
parents | f4ac675b2031 |
children | 11b7f98c7ed1 |
comparison
equal
deleted
inserted
replaced
123:220f37701e8d | 127:4a8a532a05ba |
---|---|
517 for l in x.split("\n"): | 517 for l in x.split("\n"): |
518 fw.write("%s,%s\n"%(id,l)) | 518 fw.write("%s,%s\n"%(id,l)) |
519 fw.flush() | 519 fw.flush() |
520 | 520 |
521 fw.close() | 521 fw.close() |
522 | |
523 | |
522 | 524 |
523 | 525 |
524 def manage_addMPIWGRootForm(self): | 526 def manage_addMPIWGRootForm(self): |
525 """form for adding the root""" | 527 """form for adding the root""" |
526 pt=PageTemplateFile(os.path.join(package_home(globals()),'zpt','addMPIWGRootForm.zpt')).__of__(self) | 528 pt=PageTemplateFile(os.path.join(package_home(globals()),'zpt','addMPIWGRootForm.zpt')).__of__(self) |