fix: compatibility for Python 2.7

This commit is contained in:
debugtalk
2019-12-25 22:50:40 +08:00
parent afccf1e5f8
commit 891d81ddbf
2 changed files with 3 additions and 1 deletions

View File

@@ -1,8 +1,8 @@
import io
import sys
import unittest
from httprunner.cli import main
from httprunner.compat import io
class TestCli(unittest.TestCase):