1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

Move MalformedUrl, VarExpandError into appropriate modules.

(Bitbake rev: e616483b237dafff7f90ba1c09e9ee7c383a2e47)

Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Chris Larson
2009-07-19 09:49:36 -07:00
committed by Richard Purdie
parent 9a0da388ce
commit a3012e1ca9
3 changed files with 9 additions and 5 deletions
+3
View File
@@ -47,6 +47,9 @@ sys.path.insert(0,path)
from bb import data_smart
import bb
class VarExpandError(Exception):
pass
_dict_type = data_smart.DataSmart
def init():