Remove unneeded wrapping of imports

Remove the path injection being added by the helper module which was a
carry over from when the tests where executed directly via Makefile.

Change-Id: I435f039d75fdf55b295060656d071b011190973d
This commit is contained in:
Darragh Bailey 2015-07-08 11:19:18 +01:00
parent 60ba8a2156
commit edf33b3139
2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +0,0 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import jenkins # noqa

View File

@ -11,7 +11,7 @@ import six
from six.moves.urllib.error import HTTPError
from six.moves.urllib.request import build_opener
from tests.helper import jenkins
import jenkins
def get_mock_urlopen_return_value(a_dict=None):