Commit f1f678e1 authored by Stefan Behnel's avatar Stefan Behnel

cleanups after removing Lexicon.pickle

parent 239bf895
# #
# Pyrex Scanner - Lexical Definitions # Cython Scanner - Lexical Definitions
#
# Changing anything in this file will cause Lexicon.pickle
# to be rebuilt next time pyrexc is run.
# #
raw_prefixes = "rR" raw_prefixes = "rR"
......
# #
# Pyrex Scanner # Cython Scanner
# #
import os import os
...@@ -20,12 +20,6 @@ from Lexicon import string_prefixes, raw_prefixes, make_lexicon, IDENT ...@@ -20,12 +20,6 @@ from Lexicon import string_prefixes, raw_prefixes, make_lexicon, IDENT
from StringEncoding import EncodedString from StringEncoding import EncodedString
try:
plex_version = Plex._version
except AttributeError:
plex_version = None
#print "Plex version:", plex_version ###
debug_scanner = 0 debug_scanner = 0
trace_scanner = 0 trace_scanner = 0
scanner_debug_flags = 0 scanner_debug_flags = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment