mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Don't bother maintaining compat with Python 2.5. #1834
This commit is contained in:
parent
d75e255113
commit
2abcac9925
1 changed files with 1 additions and 6 deletions
|
|
@ -128,12 +128,7 @@
|
|||
|
||||
import sys
|
||||
|
||||
try:
|
||||
import hashlib
|
||||
md5 = hashlib.md5
|
||||
except ImportError:
|
||||
import md5
|
||||
md5 = md5.new
|
||||
from hashlib import md5
|
||||
|
||||
sqlite = None
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue