trivial: add missing import

This commit is contained in:
Frédéric Péters 2018-03-20 23:18:38 +01:00
parent 3e7c60d4d4
commit dda274abd1
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
import datetime
import json
import sys
import time
import urlparse
import xml.etree.ElementTree as ET