NZSmartie / PyHIDParser

A HID descriptor parser written in Python 3
MIT License
23 stars 5 forks source link

fix __name__ compare issue #12

Closed float-tw closed 6 years ago

float-tw commented 7 years ago

should use == instead of is to compare name with "main"