aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ply/__init__.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-08-02 13:42:23 -0700
committerChris Larson <chris_larson@mentor.com>2010-08-02 13:42:55 -0700
commitd0a6e9c5c1887a885e0e73eba264ca66801f5ed0 (patch)
treef3eb289662f3a001f768069b994592ce6b50f26a /lib/ply/__init__.py
parent1cb72e371322c271ee7f2d008c6f7899fb38b4fd (diff)
downloadbitbake-contrib-d0a6e9c5c1887a885e0e73eba264ca66801f5ed0.tar.gz
Add pysh, ply, and codegen to lib/ to prepare for future work
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/ply/__init__.py')
-rw-r--r--lib/ply/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ply/__init__.py b/lib/ply/__init__.py
new file mode 100644
index 000000000..853a98554
--- /dev/null
+++ b/lib/ply/__init__.py
@@ -0,0 +1,4 @@
+# PLY package
+# Author: David Beazley (dave@dabeaz.com)
+
+__all__ = ['lex','yacc']