Skip to content

Commit

Permalink
Fix up sspi import for Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Nov 30, 2019
1 parent 8895db2 commit b6abd4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_smbclient_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
HAS_SSPI = False
try:
import sspi
HAS_SSPI = True
except ImportError:
pass

Expand Down

0 comments on commit b6abd4a

Please sign in to comment.