X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e84dee52d91d84d58b7a77096ba9cce761317366..adf4ebd2d9540dd0812e2db0e5735a5d28d31d81:/blib2to3/pgen2/token.py diff --git a/blib2to3/pgen2/token.py b/blib2to3/pgen2/token.py old mode 100755 new mode 100644 index 1a67955..c37b0d5 --- a/blib2to3/pgen2/token.py +++ b/blib2to3/pgen2/token.py @@ -1,5 +1,3 @@ -#! /usr/bin/env python3 - """Token constants (from "token.h").""" # Taken from Python (r53757) and modified to include some tokens