mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26736 from twangboy/fix_21256
Changed import from smbconnection to smb3
This commit is contained in:
commit
22dbce8d61
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from __future__ import absolute_import
|
|||
|
||||
try:
|
||||
import impacket.smbconnection
|
||||
from impacket.smbconnection import SessionError
|
||||
from impacket.smb3 import SessionError
|
||||
HAS_IMPACKET = True
|
||||
except ImportError:
|
||||
HAS_IMPACKET = False
|
||||
|
|
Loading…
Add table
Reference in a new issue