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