Remove unneeded path mangling from the test

This commit is contained in:
Alex Kavanagh 2016-05-20 15:05:01 +00:00
parent 1e48bff2e7
commit 956554175f
1 changed files with 0 additions and 3 deletions

View File

@ -1,13 +1,10 @@
from __future__ import absolute_import
from __future__ import print_function
import sys
import unittest
import mock
sys.path.append('src')
sys.path.append('src/lib')
import reactive.barbican_handlers as handlers