Use absolute import in gabbi fixture

Otherwise it gets confused with the fixture named placement.

Change-Id: I678be3af4ef70491b2a7cfd5eba2b335e207a033
This commit is contained in:
Chris Dent 2018-09-03 14:05:37 +01:00 committed by Eric Fried
parent 4dedf5ea75
commit f4c74f708e
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import absolute_import
import os