commit | c124f4f2e04dca16a428a76c89677328bc7bf908 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 15 14:41:29 2015 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 15 14:41:29 2015 -0500 |
tree | cc1bfbbced5244130a102cdd63c72584b1d6e408 |
Squashed 'yocto-poky/' content from commit ea562de git-subtree-dir: yocto-poky git-subtree-split: ea562de57590c966cd5a75fda8defecd397e6436
diff --git a/bitbake/lib/ply/__init__.py b/bitbake/lib/ply/__init__.py new file mode 100644 index 0000000..853a985 --- /dev/null +++ b/bitbake/lib/ply/__init__.py
@@ -0,0 +1,4 @@ +# PLY package +# Author: David Beazley (dave@dabeaz.com) + +__all__ = ['lex','yacc']