summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/ply/lex.py
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-5/+1
| | | | | | | | | | Correctly import, and inherit functions, and variables. Also fix some typos and remove some Python 2 code that isn't recognised. (Bitbake rev: b0c807be5c2170c9481c1a04d4c11972135d7dc5) Signed-off-by: Frazer Clews <frazerleslieclews@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add pysh, ply, and codegen to lib/ to prepare for future workChris Larson2010-08-031-0/+1058
(Bitbake rev: d0a6e9c5c1887a885e0e73eba264ca66801f5ed0) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>