Mercurial > hg > bitsyblog
changeset 32:0826015cc13d
remove unused variable
| author | k0s <k0scist@gmail.com> | 
|---|---|
| date | Sun, 01 Nov 2009 01:31:36 -0400 | 
| parents | 4ac11f7992c6 | 
| children | 89f5158ef191 | 
| files | bitsyblog/bitsyblog.py | 
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/bitsyblog/bitsyblog.py Sun Nov 01 01:28:23 2009 -0400 +++ b/bitsyblog/bitsyblog.py Sun Nov 01 01:31:36 2009 -0400 @@ -607,7 +607,6 @@ def restructuredText(self, string): """renders a string with restructured text""" - origstring = string settings = { 'report_level': 5 } string = string.strip() try:
