Oops. Forgot json import in premake build script.
This commit is contained in:
parent
28a7334f5c
commit
b594f97027
|
@ -8,6 +8,7 @@
|
||||||
__author__ = 'ben.vanik@gmail.com (Ben Vanik)'
|
__author__ = 'ben.vanik@gmail.com (Ben Vanik)'
|
||||||
|
|
||||||
|
|
||||||
|
import json
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue