Download tests results

Change-Id: I78b66478730a64c6b388c14bbdc17760f2f9e317
Reviewed-on: https://review.gerrithub.io/370015
Reviewed-by: Tatyanka Leontovich <tleontovich@mirantis.com>
Tested-by: Tatyanka Leontovich <tleontovich@mirantis.com>
diff --git a/tcp_tests/settings.py b/tcp_tests/settings.py
index 13b96a7..caa30d6 100644
--- a/tcp_tests/settings.py
+++ b/tcp_tests/settings.py
@@ -12,7 +12,6 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 import os
-import pkg_resources
 import time
 
 _boolean_states = {'1': True, 'yes': True, 'true': True, 'on': True,
@@ -54,3 +53,4 @@
 
 DOCKER_REGISTRY = os.environ.get('DOCKER_REGISTRY',
                                  'docker-prod-virtual.docker.mirantis.net')
+