add missing time import

This commit is contained in:
Frédéric Péters 2013-02-11 13:24:26 +01:00
parent 697a6ade5e
commit 1f015639c8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
import datetime
import json
import time
import urllib2
import base64
import logging