Skip to content

Commit

Permalink
import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Charliedean committed Jul 12, 2019
1 parent ddea077 commit 809c970
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/psexec.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
import string
import time

from impacket import logger
try:
from impacket.examples import logger
except:
from impacket import logger

from impacket import version, smb
from impacket.smbconnection import SMBConnection
from impacket.dcerpc.v5 import transport
Expand Down

0 comments on commit 809c970

Please sign in to comment.