Declare decoding in test file

This commit is contained in:
Michael Lazar
2017-05-10 21:45:40 -07:00
parent 1c66c5662f
commit e866c09813

View File

@@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import pytest
from rtv.clipboard import copy_linux, copy_osx