* lib/viewvc.py

(MarkupHighlight.__call__): Minor indentation fix.

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1497 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/options-overhaul
cmpilato 2007-01-04 19:22:35 +00:00
parent 942d84818e
commit 39eab459b4
1 changed files with 1 additions and 1 deletions

View File

@ -1279,7 +1279,7 @@ class MarkupHighlight(MarkupShell):
finally:
os.unlink(file)
finally:
os.rmdir(dir)
os.rmdir(dir)
def markup_stream_python(fp, cfg):
if not cfg.options.use_py2html: