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
0fdb672f
Commit
0fdb672f
authored
Sep 21, 2011
by
Arno Töll
Browse files
Unbreak things I broke: add config to imports
parent
d6773392
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/controllers/password_recover.py
View file @
0fdb672f
...
...
@@ -39,7 +39,7 @@ __license__ = 'MIT'
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.email
import
Email
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