diff options
author | Wu Xiaotian <[email protected]> | 2019-03-10 12:15:35 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-10 10:28:42 +0100 |
commit | deed071d269bdcaff45e538392f2033f0f32aeec (patch) | |
tree | 3f8e8399b1176dda5a28d780d4372e145f4f4bc5 /docs | |
parent | 407ca6497bea4da688b1fe2f8863b69e296fec3e (diff) | |
download | python-caja-deed071d269bdcaff45e538392f2033f0f32aeec.tar.bz2 python-caja-deed071d269bdcaff45e538392f2033f0f32aeec.tar.xz |
Run fixxref.py with python2
Diffstat (limited to 'docs')
-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 f3287b3..bb5020b 100755 --- a/docs/xsl/fixxref.py +++ b/docs/xsl/fixxref.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- Mode: Python; py-indent-offset: 4 -*- import getopt |