Merge branch 'master' of github.com:bettercap/bettercap

This commit is contained in:
evilsocket 2018-02-24 21:40:01 +01:00
commit 6c739a4d63
2 changed files with 22884 additions and 22884 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/python
import os
base = os.path.dirname(os.path.realpath(__file__))
@ -25,7 +25,7 @@ for line in lines:
code = "map[string]string {\n"
for prefix, vendor in m.items():
for prefix, vendor in m.iteritems():
code += " \"%s\": \"%s\",\n" % ( prefix, vendor )
code += "}\n"

File diff suppressed because it is too large Load diff