Commit 33f54d68 authored by Arno Töll's avatar Arno Töll
Browse files

Unbreak things I broke: add config to imports

parent 9b733dae
...@@ -39,7 +39,7 @@ __license__ = 'MIT' ...@@ -39,7 +39,7 @@ __license__ = 'MIT'
import logging import logging
from debexpo.lib.base import BaseController, validate, c, _, request, render, url, abort from debexpo.lib.base import BaseController, validate, c, _, request, render, url, abort, config
from debexpo.lib.schemas import PasswordResetForm from debexpo.lib.schemas import PasswordResetForm
from debexpo.lib.email import Email from debexpo.lib.email import Email
from debexpo.model import meta from debexpo.model import meta
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment