1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

Fix encoding

This commit is contained in:
Daniel 2016-09-29 11:06:56 +01:00
parent 92133f77d6
commit 8938323229
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import pytest
from thefuck.rules.remove_trailing_cedilla import match, get_new_command
from tests.utils import Command

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
def match(command):
return command.script.endswith('ç')