trivial: add forgotten import in c0a8588024 (#6812)

This commit is contained in:
Thomas NOËL 2015-04-12 16:42:49 +02:00
parent 6533872ce7
commit b88e56824b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ from quixote.directory import Directory
from quixote.html import TemplateIO, htmltext
from wcs.fields import WidgetField
from wcs.api import get_user_from_api_query_string
from qommon import template
from qommon import get_logger