mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
The code involving imp is equivalent to "from ndiff import *", and ndiff imports StringIO.StringIO as StringIO, which meant that while ndifftest intended the name to be the module, it was really the class. Just moved the import later to be sure the name was the one we intend.
26 KiB
Executable File
26 KiB
Executable File