Increase compatability with more operating systems
This commit is contained in:
parent
cf1da03eeb
commit
44adcb842b
1 changed files with 1 additions and 1 deletions
2
pat.py
2
pat.py
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
from enum import IntEnum
|
||||
from sys import argv, stdin, stderr
|
||||
from string import whitespace
|
||||
|
|
Loading…
Reference in a new issue