add missing imports

This commit is contained in:
Thomas NOËL 2015-01-09 18:38:02 +01:00
parent 4c0879d8f6
commit a3a3b4bf5d
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.
import os
import httplib
import urllib
import urlparse
import time

View File

@ -18,6 +18,7 @@ import cgi
from qommon.form import *
from qommon import ezt
from qommon import get_logger
from wcs.workflows import WorkflowStatusItem, register_item_class, template_on_formdata