summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-29 23:37:10 +0100
committergbrandl <devnull@localhost>2006-10-29 23:37:10 +0100
commitc42b7e1df1a4bcd5107b2a118b74d8dd476b0223 (patch)
treed5731073f0baa28d68446d76e7b87cbc1b842aab /pygments/lexer.py
parent97343c3387b5db01a1f0bc15796930aae265d62e (diff)
downloadpygments-c42b7e1df1a4bcd5107b2a118b74d8dd476b0223.tar.gz
[svn] FIx.
Diffstat (limited to 'pygments/lexer.py')
-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.