From 191a2883492841f30bbc21ab7bf4e4a0810d0760 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 2 Aug 2010 13:42:23 -0700 Subject: Add pysh, ply, and codegen to lib/ to prepare for future work (Bitbake rev: d0a6e9c5c1887a885e0e73eba264ca66801f5ed0) Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/ply/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bitbake/lib/ply/__init__.py (limited to 'bitbake/lib/ply/__init__.py') diff --git a/bitbake/lib/ply/__init__.py b/bitbake/lib/ply/__init__.py new file mode 100644 index 0000000000..853a985542 --- /dev/null +++ b/bitbake/lib/ply/__init__.py @@ -0,0 +1,4 @@ +# PLY package +# Author: David Beazley (dave@dabeaz.com) + +__all__ = ['lex','yacc'] -- cgit v1.2.3-54-g00ecf