mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

(Bitbake rev: d0a6e9c5c1887a885e0e73eba264ca66801f5ed0) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
5 lines
82 B
Python
5 lines
82 B
Python
# PLY package
|
|
# Author: David Beazley (dave@dabeaz.com)
|
|
|
|
__all__ = ['lex','yacc']
|