This website works better with JavaScript.
Explore
Help
Sign In
aselimov
/
pubs
Watch
1
Star
0
Fork
You've already forked pubs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Fixes unicode for python2 in test_queries.
Browse Source
main
Olivier Mangin
7 years ago
parent
f3ec9621ee
commit
248bf62317
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
3
tests/test_queries.py
Unescape
Escape
View File
@ -1,3 +1,6 @@
# coding: utf8
from
__future__
import
unicode_literals
import
unittest
import
dotdot
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
aselimov/pubs
Title
Body
Create Issue