From e866c09813bd9ce8c8a94479ab34ec4604e784c8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 10 May 2017 21:45:40 -0700 Subject: [PATCH] Declare decoding in test file --- tests/test_clipboard.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_clipboard.py b/tests/test_clipboard.py index ed98657..36432d6 100644 --- a/tests/test_clipboard.py +++ b/tests/test_clipboard.py @@ -1,3 +1,6 @@ +# -*- coding: utf-8 -*- +from __future__ import unicode_literals + import pytest from rtv.clipboard import copy_linux, copy_osx