mirror of
https://github.com/bettercap/bettercap
synced 2025-07-15 01:23:42 -07:00
Revert "Make the OUI script use python3"
This commit is contained in:
parent
e753245221
commit
22b0573894
2 changed files with 22884 additions and 22884 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue