Add missing import of pj in i586 platform
This commit is contained in:
parent
e7860f986d
commit
4f2786a031
|
@ -1,7 +1,7 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from .base import PlatformInfo
|
from .base import PlatformInfo
|
||||||
from kiwixbuild.utils import which
|
from kiwixbuild.utils import which, pj
|
||||||
|
|
||||||
|
|
||||||
class I586PlatformInfo(PlatformInfo):
|
class I586PlatformInfo(PlatformInfo):
|
||||||
|
|
Loading…
Reference in New Issue