view ply-3.8/build/lib.linux-x86_64-2.7/ply/__init__.py @ 8792:f06d7cd8a1a4

<int-e> ` sed -i \'s/.$/ and other shady characters./\' wisdom/oren; cat wisdom/oren
author HackBot
date Mon, 11 Jul 2016 11:32:47 +0000
parents a1845676eaa0
children
line wrap: on
line source

# PLY package
# Author: David Beazley (dave@dabeaz.com)

__version__ = '3.7'
__all__ = ['lex','yacc']