view ply-3.8/build/lib.linux-x86_64-2.7/ply/__init__.py @ 8801:2e8be85904a8

<oerjan> learn Merchantable adj. Capable of being chanted by mermaids.
author HackBot
date Tue, 12 Jul 2016 02:35:27 +0000
parents a1845676eaa0
children
line wrap: on
line source

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

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