forgot import

This commit is contained in:
Marcel van der Veldt 2015-03-25 12:55:14 +01:00
parent 59f83c4034
commit b1aecb35ba
1 changed files with 3 additions and 0 deletions

View File

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