Skip to content

Commit efe479d

Browse files
authored
Fix import statement for ldap module, fixes #51
1 parent c952a24 commit efe479d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apachetomcatscanner/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sectools.network.domains import is_fqdn
1414
from sectools.network.ip import (expand_cidr, expand_port_range, is_ipv4_addr,
1515
is_ipv4_cidr, is_ipv6_addr)
16-
from sectools.windows.ldap import (get_computers_from_domain,
16+
from sectools.windows.ldap.ldap import (get_computers_from_domain,
1717
get_servers_from_domain, get_subnets)
1818

1919
from apachetomcatscanner.Config import Config

0 commit comments

Comments
 (0)