Import json in modules/eval_python.py

This commit is contained in:
jesopo 2018-10-17 15:09:59 +01:00
parent cfb9fa1c2e
commit 10d403d24a

View file

@ -1,4 +1,4 @@
import html, socket import html, json, socket
from src import ModuleManager, utils from src import ModuleManager, utils
EVAL_TEMPLATE = """ EVAL_TEMPLATE = """