Skip to content

Commit

Permalink
Fixed undefined module ntpath
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed May 31, 2024
1 parent 8cf603f commit 9f2ea53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smbclientng/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
# Author : Podalirius (@podalirius_)
# Date created : 23 may 2024


import datetime
import os
import ntpath
import re
import stat
import datetime


# Extracted from p0dalirius/sectools library
Expand Down

0 comments on commit 9f2ea53

Please sign in to comment.