mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
import absolute paths
This commit is contained in:
parent
a029f70cff
commit
3611e08a27
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue