pykong / YubiGuard

Python script to prevent accidental triggering of YubiKeys on Linux.
GNU General Public License v3.0
24 stars 8 forks source link

Set explicit python version to "2" #9

Closed ghost closed 7 years ago

ghost commented 7 years ago

On some systems "python" refers to python3 which isn't compatible with this script. Changing it to "python2" solves this issue and should be compatible with other systems.

pykong commented 7 years ago

Good idea. I was thinking about porting it to python3 via 2to3 but shrank away from this due to testing requirements necessitated.