Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
c79a9333
Commit
c79a9333
authored
Apr 09, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move import to correct module
parent
268bf4c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
trans/views/edit.py
trans/views/edit.py
+1
-0
trans/views/helper.py
trans/views/helper.py
+0
-1
No files found.
trans/views/edit.py
View file @
c79a9333
...
...
@@ -36,6 +36,7 @@ from trans.forms import (
AntispamForm
,
CommentForm
)
from
trans.views.helper
import
get_translation
from
trans.checks
import
CHECKS
from
trans.util
import
join_plural
from
accounts.models
import
Profile
,
send_notification_email
import
weblate
...
...
trans/views/helper.py
View file @
c79a9333
...
...
@@ -22,7 +22,6 @@ Helper methods for views.
'''
from
trans.models
import
Project
,
SubProject
,
Translation
from
trans.checks
import
CHECKS
from
lang.models
import
Language
from
django.utils.translation
import
ugettext
as
_
from
django.shortcuts
import
get_object_or_404
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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