summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-29 23:37:10 +0100
committerGeorg Brandl <georg@python.org>2006-10-29 23:37:10 +0100
commit917563b69202ba25650ffcfc9678ebe98d581896 (patch)
treed5731073f0baa28d68446d76e7b87cbc1b842aab /pygments
parent63ee819e0b68976f46ad21073c84a7b21ac74608 (diff)
downloadpygments-git-917563b69202ba25650ffcfc9678ebe98d581896.tar.gz
[svn] FIx.
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexer.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py
index 3566f50e..28c5c825 100644
--- a/pygments/lexer.py
+++ b/pygments/lexer.py
@@ -371,9 +371,6 @@ class RegexLexer(Lexer):
#: current one.
tokens = {}
- #: Processed tokens dict. This is filled by the metaclass.
- _tokens = {}
-
def get_tokens_unprocessed(self, text, stack=['root']):
"""
Split ``text`` into (tokentype, text) pairs.