mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use salt.ext.six
This commit is contained in:
parent
5ac8112585
commit
df1e6a202b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import socket
|
|||
import ctypes
|
||||
import os
|
||||
import ipaddress
|
||||
import six
|
||||
import salt.ext.six as six
|
||||
|
||||
|
||||
class sockaddr(ctypes.Structure):
|
||||
|
|
Loading…
Add table
Reference in a new issue