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

#N/A: Fix tests on python 2

This commit is contained in:
Vladimir Iakovlev 2016-08-13 21:46:12 +03:00
parent 844d3af8ae
commit a8c3c2d728

View File

@ -1,3 +1,5 @@
# -*- encoding: utf-8 -*-
from io import BytesIO
import pytest
from tests.utils import Command