mime.bbclass: No need to import os.path, it then breaks the os module

(From OE-Core rev: b4457a9605988feecadfd49df22ef57245c4cd86)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-11-09 17:29:53 +00:00
parent f699875828
commit 1ab3d1b548
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
}
python populate_packages_append () {
import os.path, re
import re
packages = d.getVar('PACKAGES', True).split()
pkgdest = d.getVar('PKGDEST', True)