From 50fabe65ecab75b2b938fd1fa588c645ab6723d0 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 21 Dec 2014 17:28:11 +0100 Subject: [PATCH] remove duplicated code --- tests/integration/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index 5e6a71c..e69de29 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,4 +0,0 @@ -from bootstrapvz.common.tools import load_data - -# tox ensures that the cwd is the project root -build_servers = load_data('build-servers.yml')