nmap/zenmap/zenmapCore
dmiller 9e4d6f5f5c Fix encoding issues related to Python 3 upgrade.
Python 3 str() is a unicode already, so can't be decoded.
subprocess.Popen needs to be in text mode (universal_newlines is the
oldest compatible kwarg for this) in order to do line-based buffering.
In general, all the filesystem encoding stuff we were doing is done by
Python itself now.
2022-12-07 20:34:07 +00:00
..
__init__.py
BasePaths.py
DelayedObject.py
Diff.py
I18N.py
Name.py
NetworkInventory.py
NmapCommand.py
NmapOptions.py
NmapParser.py
NSEDocParser.py
Paths.py
RecentScans.py
ScriptArgsParser.py
ScriptMetadata.py
SearchResult.py
StringPool.py
TargetList.py
UmitConf.py
UmitConfigParser.py
UmitDB.py
UmitLogging.py
UmitOptionParser.py
Version.py