aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-10-20 12:37:57 +0200
committerGuido Günther <agx@sigxcpu.org>2017-10-20 12:37:57 +0200
commit99b525843e130611798a8e127b5f3cc11dbb26be (patch)
tree715c53e80c46f243adabb93853e0d1a757deaff7 /tests
parentec7d0cf0f90a4acd5ff0d25915f21e4b522740ed (diff)
Kill six.moves
Diffstat (limited to 'tests')
-rw-r--r--tests/component/rpm/test_import_srpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/rpm/test_import_srpm.py b/tests/component/rpm/test_import_srpm.py
index fd73d954..f57445b4 100644
--- a/tests/component/rpm/test_import_srpm.py
+++ b/tests/component/rpm/test_import_srpm.py
@@ -18,7 +18,7 @@
import os
import shutil
-from six.moves import urllib
+import urllib
from nose.plugins.skip import SkipTest
from nose.tools import assert_raises, eq_, ok_ # pylint: disable=E0611
from mock import Mock