Fix long line.

This commit is contained in:
Georg Brandl 2010-05-22 13:17:09 +02:00
parent d9a4d1c1db
commit 87a4417791

View File

@ -222,7 +222,8 @@ class LaTeXTranslator(nodes.NodeVisitor):
# the first item here is the default and must not be changed # the first item here is the default and must not be changed
# the second item is the default for the master file and can be changed # the second item is the default for the master file and can be changed
# by .. highlight:: directive in the master file # by .. highlight:: directive in the master file
self.hlsettingstack = 2 * [[builder.config.highlight_language, sys.maxint]] self.hlsettingstack = 2 * [[builder.config.highlight_language,
sys.maxint]]
self.written_ids = set() self.written_ids = set()
self.footnotestack = [] self.footnotestack = []
self.curfilestack = [] self.curfilestack = []