import absolute paths

This commit is contained in:
Anthony Shaw 2017-11-29 10:00:41 +11:00
parent a029f70cff
commit 3611e08a27
No known key found for this signature in database
GPG key ID: AB4A19AE1CE85744

View file

@ -5,7 +5,8 @@ Base classes for napalm unit tests
:codeauthor: :email:`Anthony Shaw <anthonyshaw@apache.org>`
'''
from functools import wraps # NOQA
from __future__ import absolute_import
from functools import wraps
TEST_INTERFACES = {