提交 3f1f6eb1 编写于 作者: C Cleber Rosa

selftests/functional/test_thirdparty_bugs.py: use six for compatiblity

Instead of trying locations on Python 2 and 3.  The same pattern is
used on other locations.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 449c1459
......@@ -2,10 +2,7 @@ import re
import json
import unittest
try:
from urllib2 import URLError
except ImportError:
from urllib.error import URLError
from six.moves.urllib.error import URLError
from avocado.utils import download
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册