From bd611ac59f7c4db885a2f8631ef0bcdcd1901ca0 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 2 Apr 2015 10:43:33 +0200 Subject: Init --- third_party/ply/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 third_party/ply/__init__.py (limited to 'third_party/ply/__init__.py') diff --git a/third_party/ply/__init__.py b/third_party/ply/__init__.py new file mode 100644 index 0000000..853a985 --- /dev/null +++ b/third_party/ply/__init__.py @@ -0,0 +1,4 @@ +# PLY package +# Author: David Beazley (dave@dabeaz.com) + +__all__ = ['lex','yacc'] -- cgit v1.1