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
b1a7a745
Commit
b1a7a745
authored
Mar 24, 2016
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group exports from same module
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
9ab0174e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
weblate/trans/views/files.py
weblate/trans/views/files.py
+1
-2
No files found.
weblate/trans/views/files.py
View file @
b1a7a745
...
...
@@ -23,11 +23,10 @@ import sys
from
django.utils.translation
import
ugettext
as
_
,
ungettext
from
django.utils.encoding
import
force_text
from
django.shortcuts
import
redirect
from
django.http
import
HttpResponse
from
django.http
import
HttpResponse
,
Http404
from
django.contrib
import
messages
from
django.contrib.auth.decorators
import
permission_required
from
django.views.decorators.http
import
require_POST
from
django.http
import
Http404
from
weblate.trans.exporters
import
get_exporter
from
weblate.trans.util
import
report_error
...
...
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