forgot import

This commit is contained in:
Marcel van der Veldt 2015-03-25 12:55:14 +01:00
parent 59f83c4034
commit b1aecb35ba

View file

@ -12,6 +12,9 @@ import time
from calendar import timegm from calendar import timegm
from datetime import datetime from datetime import datetime
import string
import unicodedata
from xml.etree.ElementTree import Element, SubElement, Comment, tostring from xml.etree.ElementTree import Element, SubElement, Comment, tostring
from xml.etree import ElementTree from xml.etree import ElementTree
from xml.dom import minidom from xml.dom import minidom