mirror of https://github.com/openXC7/prjxray.git
missing json import
Signed-off-by: John McMaster <JohnDMcMaster@gmail.com>
This commit is contained in:
parent
1ed532d46d
commit
0cb9b1a1de
|
|
@ -11,6 +11,7 @@ import prjxray.lib
|
|||
import os
|
||||
import os.path
|
||||
import re
|
||||
import json
|
||||
|
||||
from utils import xjson
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue