Merge pull request #401 from mcmasterg/json_import

missing json import
This commit is contained in:
John McMaster 2018-12-23 21:28:50 -08:00 committed by GitHub
commit 581f26824f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import prjxray.lib
import os
import os.path
import re
import json
from utils import xjson