Re: [PATCH] sb: Fix the imports on Python2

2020-08-27 Thread Chris Johns
On 28/8/20 1:41 am, Gedare Bloom wrote: > On Wed, Aug 26, 2020 at 11:54 PM wrote: >> From: Chris Johns >> diff --git a/source-builder/sb/__init__.py b/source-builder/sb/__init__.py >> new file mode 100644 >> index 000..c4275e2 >> --- /dev/null >> +++ b/source-builder/sb/__init__.py >> @@ -0,0

Re: [PATCH] sb: Fix the imports on Python2

2020-08-27 Thread Gedare Bloom
On Wed, Aug 26, 2020 at 11:54 PM wrote: > > From: Chris Johns > > Closes #4037 > --- > source-builder/sb-check | 2 -- > source-builder/sb/__init__.py | 20 > source-builder/sb/build.py | 3 +-- > source-builder/sb/config.py | 3 +-- > source-builder/sb

[PATCH] sb: Fix the imports on Python2

2020-08-26 Thread chrisj
From: Chris Johns Closes #4037 --- source-builder/sb-check | 2 -- source-builder/sb/__init__.py | 20 source-builder/sb/build.py | 3 +-- source-builder/sb/config.py | 3 +-- source-builder/sb/getsources.py | 3 +-- source-builder/sb/linux.py |