]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: fix local imports
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 10 May 2016 12:17:26 +0000 (15:17 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2016 14:28:23 +0000 (15:28 +0100)
commit3f1e68c783308dcb51242d0fdeef758e581ccc8c
tree5bcb305227953a2a10353c2678617441679956a5
parent1abaa1c6a950b327e6468192dd910549643768bb
toaster: fix local imports

Replaced local imports with absolute imports.
Used .module for local imports.

This should make the code to work on python 2 and python 3.

[YOCTO #9584]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/bldcontrol/bbcontroller.py
lib/toaster/bldcontrol/localhostbecontroller.py
lib/toaster/bldcontrol/management/commands/checksettings.py
lib/toaster/bldcontrol/management/commands/loadconf.py