summaryrefslogtreecommitdiff
path: root/ply/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ply/__init__.py')
-rw-r--r--ply/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/ply/__init__.py b/ply/__init__.py
deleted file mode 100644
index 8783862..0000000
--- a/ply/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# PLY package
-# Author: David Beazley (dave@dabeaz.com)
-# https://dabeaz.com/ply/index.html
-
-__version__ = '4.0'
-__all__ = ['lex','yacc']