mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint fix
This commit is contained in:
parent
90f7829ad3
commit
3852d96213
1 changed files with 1 additions and 1 deletions
|
@ -17,9 +17,9 @@ Implemented using ctypes, so no compilation is necessary.
|
|||
The Python interface to PAM does not support authenticating as ``root``.
|
||||
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import Python Lobs
|
||||
from __future__ import absolute_import
|
||||
from ctypes import CDLL, POINTER, Structure, CFUNCTYPE, cast, pointer, sizeof
|
||||
from ctypes import c_void_p, c_uint, c_char_p, c_char, c_int
|
||||
from ctypes.util import find_library
|
||||
|
|
Loading…
Add table
Reference in a new issue