From c5742668b75dcfe6fc435c99f007d75a484eda65 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 18 Apr 2014 06:42:06 +0000 Subject: [PATCH] just correcting an entry after some more experimentation --- todo/nmap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 9956771a7..229fb575d 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -5,7 +5,7 @@ o We should improve the Windows build process for Ndiff, since it 6.45 release, we (as a temporary hack, not in SVN): - Added 'ndiff' to zenmap/setup.py 'packages' list in COMMON_SETUP_ARGS - - Created a zenmap/ndiff subdir and put ndiff.py there during build. + - Created a zenmap/ndiff subdir (empty) and copy ndiff/ndiff.py into zenmap/ before build. We should find a more elegant solution and check it into SVN. The fundamental issue is that the ndiff.exe we generate needs to be able to access the new ndiff.py module.