diff options
author | Georg Brandl <georg@python.org> | 2013-05-19 08:57:49 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-19 08:57:49 +0200 |
commit | 586387f82d5387f803473e9148c223c81325dfc6 (patch) | |
tree | 0871267b07b47ff1560d5ff8810f5c47ce8ad4c7 | |
parent | 534cacb1b5ca5fc59a2879fa2ad59ced683c0a97 (diff) | |
parent | c3d652ce2266b13ccf61b325f2bf72b5762fb622 (diff) | |
download | pygments-586387f82d5387f803473e9148c223c81325dfc6.tar.gz |
Merged in joshuarh/pygments-main/joshuarh/use-the-python2-symlink-for-python-2-1368815078140 (pull request #202)
Use the python2 symlink for python 2
-rw-r--r--[-rwxr-xr-x] | pygmentize | 2 |
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: |