diff options
author | Chris Larson <clarson@mvista.com> | 2009-07-22 11:09:25 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-02-15 17:07:49 +0000 |
commit | 6f52a1521ea2b13339222f677766714d053e1712 (patch) | |
tree | 80a9fefed2e992b12a6530e340ab74bed2195447 /bitbake | |
parent | 3f1ca0a0862c2b2bb72158c858810b1edeb0b00b (diff) | |
download | poky-6f52a1521ea2b13339222f677766714d053e1712.tar.gz |
bitbake: [parse] Don't use relative import of parse_py.
(Bitbake rev: 0a2bb3dd790e3e40867195f14f4e174f98f8a47c)
Signed-off-by: Chris Larson <clarson@mvista.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/parse/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/parse/__init__.py b/bitbake/lib/bb/parse/__init__.py index f97233fc2b..fe5d489b72 100644 --- a/bitbake/lib/bb/parse/__init__.py +++ b/bitbake/lib/bb/parse/__init__.py | |||
@@ -104,4 +104,4 @@ def resolve_file(fn, d): | |||
104 | return (f, abs_fn) | 104 | return (f, abs_fn) |
105 | 105 | ||
106 | 106 | ||
107 | from parse_py import __version__, ConfHandler, BBHandler | 107 | from bb.parse.parse_py import __version__, ConfHandler, BBHandler |