cachedpath.py: global name 'error' is not defined
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 May 2013 08:34:28 +0000 (16:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 May 2013 16:27:11 +0000 (19:27 +0300)
commit9603a1418095d5f4d654f0e11c1ce46848494efd
treef6265877ccb5ddf33335038effa95e1b5abc173b
parent61c043ed01de2035f3b66cc0088a47c4511c11aa
cachedpath.py: global name 'error' is not defined

The error is not global since we don't use "from os import *", so it
should be os.error.

[YOCTO #4489]

(From OE-Core rev: ac0e2781c2723257bd380cac170d4c8b97e36747)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/cachedpath.py