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
cubicweb
cubes
basket
Commits
5c932de2e3ad
Commit
4330f8eb
authored
Sep 21, 2015
by
Rémi Cardona
Browse files
[py3k] replace 'unicode' with 'cubicweb._'
parent
d881d723c0eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
views.py
View file @
5c932de2
...
...
@@ -6,7 +6,10 @@
"""
__docformat__
=
"restructuredtext en"
_
=
unicode
try
:
from
cubicweb
import
_
except
ImportError
:
_
=
unicode
from
logilab.mtconverter
import
xml_escape
...
...
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