From 2f04a953baa2e1c3f4b37bc46e804d92185ceb50 Mon Sep 17 00:00:00 2001 From: nvbn Date: Sat, 25 Apr 2015 03:13:57 +0200 Subject: [PATCH] Fix tests with python 2 --- tests/__init__.py | 0 tests/rules/test_fix_alt_space.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/rules/test_fix_alt_space.py b/tests/rules/test_fix_alt_space.py index 2e8eea9..c27d3d2 100644 --- a/tests/rules/test_fix_alt_space.py +++ b/tests/rules/test_fix_alt_space.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- + from thefuck.rules.fix_alt_space import match, get_new_command from tests.utils import Command