mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced import six in file /salt/modules/debian_ip.py
This commit is contained in:
parent
bea30042af
commit
86bb3d2981
@ -9,7 +9,7 @@ References:
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
import six
|
||||
import salt.utils.six as six
|
||||
import functools
|
||||
import logging
|
||||
import os.path
|
||||
|
Loading…
Reference in New Issue
Block a user