diff options
Diffstat (limited to 'keywords.py')
-rwxr-xr-x | keywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keywords.py b/keywords.py index eaf3918..779484b 100755 --- a/keywords.py +++ b/keywords.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # creates lists of keywords for all languages # to make keyword lookup more efficient, the lists are split up by their first letter |