Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
logilab-mtconverter
Commits
bbf46c9b4cc4
Commit
3be56831
authored
Apr 27, 2009
by
sylvain.thenault@logilab.fr
Browse files
close #8014
parent
05a3d5ecb55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
bbf46c9b
...
...
@@ -30,7 +30,7 @@ except ImportError:
mimetypes
.
encodings_map
[
'.bz2'
]
=
'bzip2'
# register bzip2 encoding
DEFAULT_ENCODING
=
locale
.
getpreferredencoding
()
DEFAULT_ENCODING
=
locale
.
getpreferredencoding
(
do_setlocale
=
False
)
BINARY_ENCODINGS
=
set
((
'gzip'
,
'bzip2'
,
'base64'
))
TEXT_MIMETYPES
=
set
((
'application/xml'
,
'application/xhtml+xml'
))
...
...
Write
Preview
Supports
Markdown
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