mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Fix pep8 errors in all of zenmap
This commit is contained in:
@@ -7,7 +7,7 @@ if __name__ == "__main__":
|
||||
import glob
|
||||
import os
|
||||
if not hasattr(unittest.defaultTestLoader, "discover"):
|
||||
print("Python unittest discovery missing. Requires Python 2.7 or newer.")
|
||||
print("Python unittest discovery missing. Requires Python 2.7 or newer.") # noqa
|
||||
sys.exit(0)
|
||||
|
||||
os.chdir("..")
|
||||
|
||||
Reference in New Issue
Block a user