Re: [yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-11 Thread akuster808
On 06/10/2018 03:44 PM, Richard Purdie wrote: > On Sun, 2018-06-03 at 17:22 -0700, Armin Kuster wrote: >> This fixes the import of modules when starting buildbot >> as master.cfg has: >> from yoctoabb import builders, config, schedulers, workers, services, >> www >> >> Signed-off-by: Armin

Re: [yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-10 Thread Richard Purdie
On Sun, 2018-06-03 at 17:22 -0700, Armin Kuster wrote: > This fixes the import of modules when starting buildbot > as master.cfg has: > from yoctoabb import builders, config, schedulers, workers, services, > www > > Signed-off-by: Armin Kuster > --- > __init__.py | 0 > 1 file changed, 0

[yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-03 Thread Armin Kuster
This fixes the import of modules when starting buildbot as master.cfg has: from yoctoabb import builders, config, schedulers, workers, services, www Signed-off-by: Armin Kuster --- __init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 __init__.py diff --git