fix: compatibility for Python 2.7

This commit is contained in:
debugtalk
2019-12-25 22:50:40 +08:00
parent c29d770440
commit 8d2a212584
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):