pychecker fixes

svn: r1750
This commit is contained in:
Don Allingham
2003-06-16 04:57:25 +00:00
parent e6e150b63f
commit cf54cbc309
26 changed files with 106 additions and 73 deletions

View File

@ -38,6 +38,8 @@ import string
import TextDoc
import Plugins
import ImgManip
import Errors
from intl import gettext as _
#------------------------------------------------------------------------
@ -206,15 +208,12 @@ class LaTeXDoc(TextDoc.TextDoc):
thisstyle.font_end = thisstyle.font_end + " "
left = style.get_left_margin()
right = style.get_right_margin()
first = style.get_first_indent() + left
thisstyle.leftIndent = left
thisstyle.firstLineIndent = first
self.latexstyle[style_name] = thisstyle
def close(self):
"""Clean up and close the document"""