Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
33f54d68
Commit
33f54d68
authored
Sep 21, 2011
by
Arno Töll
Browse files
Unbreak things I broke: add config to imports
parent
9b733dae
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/controllers/password_recover.py
View file @
33f54d68
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment