diff options
author | monsta <[email protected]> | 2019-12-26 00:57:11 +0300 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-12-25 21:57:11 +0000 |
commit | 8a6ccef47b310ff70b6f42e625b6739363265648 (patch) | |
tree | d2062cd0dbc13b6ebfb0377b2dce235761ae63ae /docs/xsl | |
parent | 1ee63da513b4883bf484d9ae4de3640713f2a0ef (diff) | |
download | python-caja-8a6ccef47b310ff70b6f42e625b6739363265648.tar.bz2 python-caja-8a6ccef47b310ff70b6f42e625b6739363265648.tar.xz |
drop Python 2 support (#50)
it's going EOL in 2020
Diffstat (limited to 'docs/xsl')
-rwxr-xr-x | docs/xsl/fixxref.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl/fixxref.py b/docs/xsl/fixxref.py index e476529..b891c71 100755 --- a/docs/xsl/fixxref.py +++ b/docs/xsl/fixxref.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- Mode: Python; py-indent-offset: 4 -*- import getopt |