fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor upgrades.
[redakcja.git]
/
src
/
catalogue
/
test_utils.py
diff --git
a/src/catalogue/test_utils.py
b/src/catalogue/test_utils.py
index
2b08545
..
cacc9c8
100644
(file)
--- a/
src/catalogue/test_utils.py
+++ b/
src/catalogue/test_utils.py
@@
-11,4
+11,4
@@
from os.path import abspath, dirname, join
def get_fixture(path):
f_path = join(dirname(abspath(__file__)), 'tests/files', path)
with open(f_path) as f:
- return
unicode(f.read(), 'utf-8'
)
+ return
f.read(
)