Author: Antonio Cuni <[email protected]> Branch: extradoc Changeset: r3822:6ae6144e3075 Date: 2011-07-06 17:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/6ae6144e3075/
Log: add shebang and chmod +x diff --git a/talk/iwtc11/benchmarks/image/magnify.py b/talk/iwtc11/benchmarks/image/magnify.py old mode 100644 new mode 100755 diff --git a/talk/iwtc11/benchmarks/image/sobel.py b/talk/iwtc11/benchmarks/image/sobel.py old mode 100644 new mode 100755 --- a/talk/iwtc11/benchmarks/image/sobel.py +++ b/talk/iwtc11/benchmarks/image/sobel.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import errno from noborder import NoBorderImagePadded from math import sqrt _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
