Use escape from html rather than cgi package

This commit is contained in:
Nick Hall 2017-12-11 18:44:18 +00:00
parent 1509ba526d
commit 0f7e8e73b9

View File

@ -44,7 +44,7 @@ import math
import colorsys import colorsys
import sys import sys
import pickle import pickle
from cgi import escape from html import escape
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #