Merge pull request #76 from DeveloppSoft/master

Make the OUI script use python3
This commit is contained in:
Simone Margaritelli 2018-02-24 20:58:58 +01:00 committed by GitHub
commit ba4cedfe88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22890 additions and 22890 deletions

View file

@ -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"

File diff suppressed because it is too large Load diff