coolbho3k / manuf

Parser library for Wireshark's OUI database.
Other
120 stars 36 forks source link

Update method added along with small housekeeping #2

Closed jcannell closed 8 years ago

jcannell commented 8 years ago

Hello,

I have been using your module for a little while now and I like it. However, I felt it was missing an update method, so I added one. Please consider merging this into your project.

I also added what I call "small housekeeping". By this I mean I removed extra spaces, and added an indention for the second line of the "Args" docstrings. I also changed all single quotes (') to double (") to make the code more consistent.

jcannell commented 8 years ago

Also, I forgot to mention that I updated the database :)

coolbho3k commented 8 years ago

lgtm, sorry for being late on this one