wcsinstd: add missing psycopg2 import

This commit is contained in:
Frédéric Péters 2013-06-12 22:16:50 +02:00
parent 30cd412853
commit 59a6ccac5e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ import xml.etree.ElementTree as ET
from django.conf import settings
import psycopg2
from . import app_settings