poky/bitbake/lib/bb/parse/parse_py
Chris Larson 978b5c9466 Deprecate the usage of certain objects via certain modules
As an example, this displays a deprecation warning for the use of
"bb.encodeurl" when you should be using "bb.fetch.encodeurl".  It includes a
convenience function for this purpose.  It should be of use when moving
objects between modules permanently, changing the API the user sees.

(Bitbake rev: 78f56049ba863b2e585b89db12b32697eb879bbc)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-02 15:41:33 +01:00
..
__init__.py Drop __all__ usage 2010-07-02 15:41:33 +01:00
BBHandler.py Deprecate the usage of certain objects via certain modules 2010-07-02 15:41:33 +01:00
ConfHandler.py Import fixups 2010-07-02 15:41:32 +01:00