Skip to content

Commit

Permalink
fix file encoding on Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Jun 29, 2017
1 parent 1280e29 commit 9442476
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/bw_metadata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

from json import loads
from os.path import join

Expand Down

0 comments on commit 9442476

Please sign in to comment.