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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user