summaryrefslogtreecommitdiff
path: root/ply/lex.py
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-19 06:47:24 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-19 06:47:24 -0500
commit8c6f5706cca39c3cf2739323f4f934f0a943fcdb (patch)
tree6910f39f39f2bcacbedb7b87272b7768a04654e0 /ply/lex.py
parentca1e2d2e3e1753250f5053b23d9ae96130db43ca (diff)
downloadply-8c6f5706cca39c3cf2739323f4f934f0a943fcdb.tar.gz
Modified yacc.py to only record the base filename in parsetab.py. See issue #58
Diffstat (limited to 'ply/lex.py')
-rw-r--r--ply/lex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ply/lex.py b/ply/lex.py
index 390d30e..d94654b 100644
--- a/ply/lex.py
+++ b/ply/lex.py
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: lex.py
#
-# Copyright (C) 2001-2011,
+# Copyright (C) 2001-2015,
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#