missed one import on python generator scripts
This commit is contained in:
parent
d01953409e
commit
26ec46eb0e
@ -7,6 +7,7 @@ import shutil
|
|||||||
import gzip
|
import gzip
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
import platform
|
||||||
Import("env")
|
Import("env")
|
||||||
Import("projenv")
|
Import("projenv")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user