From f1f678e196aa303f7969867dcc13b35a6e5520f1 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 18 Dec 2009 08:45:19 +0100 Subject: [PATCH] cleanups after removing Lexicon.pickle --- Cython/Compiler/Lexicon.py | 5 +---- Cython/Compiler/Scanning.py | 8 +------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cython/Compiler/Lexicon.py b/Cython/Compiler/Lexicon.py index 53e70c64..b9906542 100644 --- a/Cython/Compiler/Lexicon.py +++ b/Cython/Compiler/Lexicon.py @@ -1,8 +1,5 @@ # -# Pyrex Scanner - Lexical Definitions -# -# Changing anything in this file will cause Lexicon.pickle -# to be rebuilt next time pyrexc is run. +# Cython Scanner - Lexical Definitions # raw_prefixes = "rR" diff --git a/Cython/Compiler/Scanning.py b/Cython/Compiler/Scanning.py index 484696c3..58596989 100644 --- a/Cython/Compiler/Scanning.py +++ b/Cython/Compiler/Scanning.py @@ -1,5 +1,5 @@ # -# Pyrex Scanner +# Cython Scanner # import os @@ -20,12 +20,6 @@ from Lexicon import string_prefixes, raw_prefixes, make_lexicon, IDENT from StringEncoding import EncodedString -try: - plex_version = Plex._version -except AttributeError: - plex_version = None -#print "Plex version:", plex_version ### - debug_scanner = 0 trace_scanner = 0 scanner_debug_flags = 0 -- 2.26.2