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
ce1fdc85
Commit
ce1fdc85
authored
Apr 22, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One place for imports
parent
d9c6da43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
trans/models/unitdata.py
trans/models/unitdata.py
+1
-4
No files found.
trans/models/unitdata.py
View file @
ce1fdc85
...
...
@@ -25,6 +25,7 @@ from trans.checks import CHECKS
from
trans.models.unit
import
Unit
from
trans.models.project
import
Project
from
trans.models.changes
import
Change
from
accounts.models
import
notify_new_comment
,
notify_new_suggestion
from
trans.util
import
get_user_display
...
...
@@ -52,8 +53,6 @@ class SuggestionManager(models.Manager):
'''
Creates new suggestion for this unit.
'''
from
trans.models.changes
import
Change
from
accounts.models
import
notify_new_suggestion
if
not
user
.
is_authenticated
():
user
=
None
...
...
@@ -157,8 +156,6 @@ class CommentManager(models.Manager):
'''
Adds comment to this unit.
'''
from
trans.models.changes
import
Change
from
accounts.models
import
notify_new_comment
new_comment
=
Comment
.
objects
.
create
(
user
=
user
,
...
...
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