comparison bitsyblog/bitsyblog.py @ 32:0826015cc13d

remove unused variable
author k0s <k0scist@gmail.com>
date Sun, 01 Nov 2009 01:31:36 -0400
parents 4ac11f7992c6
children 2a43e43a7e4d
comparison
equal deleted inserted replaced
31:4ac11f7992c6 32:0826015cc13d
605 return template.generate(**data).render() 605 return template.generate(**data).render()
606 606
607 def restructuredText(self, string): 607 def restructuredText(self, string):
608 """renders a string with restructured text""" 608 """renders a string with restructured text"""
609 609
610 origstring = string
611 settings = { 'report_level': 5 } 610 settings = { 'report_level': 5 }
612 string = string.strip() 611 string = string.strip()
613 try: 612 try:
614 613
615 parts = docutils.core.publish_parts(string.strip(), 614 parts = docutils.core.publish_parts(string.strip(),