summaryrefslogtreecommitdiff
path: root/pygmentize
diff options
context:
space:
mode:
authorjoshuarh <randomenduser@gmail.com>2013-05-17 18:24:43 +0000
committerjoshuarh <randomenduser@gmail.com>2013-05-17 18:24:43 +0000
commitc3d652ce2266b13ccf61b325f2bf72b5762fb622 (patch)
tree712e2adfa1e07fabbef1e5900edb1fff4e4ac283 /pygmentize
parentc3be8e9b4f0396cf68ca5f02e5f72ee6d4c90003 (diff)
downloadpygments-c3d652ce2266b13ccf61b325f2bf72b5762fb622.tar.gz
Use the python2 symlink for python 2
Diffstat (limited to 'pygmentize')
-rw-r--r--[-rwxr-xr-x]pygmentize2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygmentize b/pygmentize
index e2379199..8b3b2067 100755..100644
--- a/pygmentize
+++ b/pygmentize
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import sys, pygments.cmdline
try: