diff options
author | gbrandl <devnull@localhost> | 2007-01-12 15:53:28 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-12 15:53:28 +0100 |
commit | efaccf6fd1322930aca142dd1a96d06d1bae84a3 (patch) | |
tree | f6aa6dcc5167601a07b7e10a9ab27d26fc47de9d /pygments/lexer.py | |
parent | 65750ddadbe26b140083030b6ac062e1af4a79b0 (diff) | |
download | pygments-efaccf6fd1322930aca142dd1a96d06d1bae84a3.tar.gz |
[svn] Make check.
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r-- | pygments/lexer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py index 3b48243a..3647981d 100644 --- a/pygments/lexer.py +++ b/pygments/lexer.py @@ -594,4 +594,3 @@ def do_insertions(insertions, tokens): if insleft: for item in itokens: yield item - |