1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00

Don't bother maintaining compat with Python 2.5. #1834

This commit is contained in:
dmiller
2019-12-30 06:57:04 +00:00
parent d75e255113
commit 2abcac9925

View File

@@ -128,12 +128,7 @@
import sys import sys
try: from hashlib import md5
import hashlib
md5 = hashlib.md5
except ImportError:
import md5
md5 = md5.new
sqlite = None sqlite = None
try: try: