mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 00:38:45 +01: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']
|