mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
Merge pull request #76 from DeveloppSoft/master
Make the OUI script use python3
This commit is contained in:
commit
ba4cedfe88
2 changed files with 22890 additions and 22890 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python3
|
||||
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.iteritems():
|
||||
for prefix, vendor in m.items():
|
||||
code += " \"%s\": \"%s\",\n" % ( prefix, vendor )
|
||||
|
||||
code += "}\n"
|
||||
|
|
45776
network/oui.go
45776
network/oui.go
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue