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
465511ee
Commit
465511ee
authored
Feb 21, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop compatibility import
parent
2afe533e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
26 deletions
+2
-26
weblate/trans/checks/__init__.py
weblate/trans/checks/__init__.py
+2
-26
No files found.
weblate/trans/checks/__init__.py
View file @
465511ee
...
...
@@ -18,34 +18,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Compatibility imports
from
weblate.trans.checks.same
import
SameCheck
from
weblate.trans.checks.chars
import
BeginNewlineCheck
from
weblate.trans.checks.chars
import
EndNewlineCheck
from
weblate.trans.checks.chars
import
BeginSpaceCheck
from
weblate.trans.checks.chars
import
EndSpaceCheck
from
weblate.trans.checks.chars
import
EndStopCheck
from
weblate.trans.checks.chars
import
EndColonCheck
from
weblate.trans.checks.chars
import
EndQuestionCheck
from
weblate.trans.checks.chars
import
EndExclamationCheck
from
weblate.trans.checks.chars
import
EndEllipsisCheck
from
weblate.trans.checks.format
import
PythonFormatCheck
from
weblate.trans.checks.format
import
PHPFormatCheck
from
weblate.trans.checks.format
import
CFormatCheck
from
weblate.trans.checks.consistency
import
PluralsCheck
from
weblate.trans.checks.consistency
import
ConsistencyCheck
from
weblate.trans.checks.consistency
import
DirectionCheck
from
weblate.trans.checks.chars
import
NewlineCountingCheck
from
weblate.trans.checks.markup
import
BBCodeCheck
from
weblate.trans.checks.chars
import
ZeroWidthSpaceCheck
from
weblate.trans.checks.markup
import
XMLTagsCheck
from
weblate.trans.checks.source
import
OptionalPluralCheck
from
weblate.trans.checks.source
import
EllipsisCheck
# Initialize checks list
from
weblate.trans
import
appsettings
from
django.core.exceptions
import
ImproperlyConfigured
# Initialize checks list
CHECKS
=
{}
for
path
in
appsettings
.
CHECK_LIST
:
i
=
path
.
rfind
(
'.'
)
...
...
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