sb: Fix the imports on Python2

Updates #4037
This commit is contained in:
Chris Johns
2020-08-27 15:37:02 +10:00
parent 650c6f9933
commit c51f634258
11 changed files with 31 additions and 23 deletions

View File

@@ -23,10 +23,10 @@
#
import multiprocessing
import platform
import pprint
import os
from . import platform
from . import path
def load():