diff options
| author | Georg Brandl <georg@python.org> | 2006-10-29 23:37:10 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2006-10-29 23:37:10 +0100 |
| commit | 917563b69202ba25650ffcfc9678ebe98d581896 (patch) | |
| tree | d5731073f0baa28d68446d76e7b87cbc1b842aab /pygments | |
| parent | 63ee819e0b68976f46ad21073c84a7b21ac74608 (diff) | |
| download | pygments-git-917563b69202ba25650ffcfc9678ebe98d581896.tar.gz | |
[svn] FIx.
Diffstat (limited to 'pygments')
| -rw-r--r-- | pygments/lexer.py | 3 |
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. |
