Import required settings symbol

This commit is contained in:
Magnus Hagander
2010-06-17 14:14:53 +02:00
parent 12cdc90e3e
commit f17bb0219e

View File

@ -1,5 +1,6 @@
from subprocess import Popen, PIPE
from email.mime.text import MIMEText
from django.conf import settings
from pgweb.util.helpers import template_to_string