X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fpython%2Fprog.py;fp=t%2Fproblems%2Fhello%2Ftests%2Fpython%2Fprog.py;h=28f3af399c28978b5ae752476d3e47f37a457a8e;hp=b6681c79c3936c9830e6dfb72935ac13d4ca6cce;hb=92fbf93360dc44a13c48ad68be8333a461927f36;hpb=34e1677139c95be7cb419d4813d83943a70f446e diff --git a/t/problems/hello/tests/python/prog.py b/t/problems/hello/tests/python/prog.py old mode 100644 new mode 100755 index b6681c7..28f3af3 --- a/t/problems/hello/tests/python/prog.py +++ b/t/problems/hello/tests/python/prog.py @@ -1,2 +1,2 @@ -#!/usr/bin/python -print 'Hello World!'; +#!/usr/bin/python2.7 +print 'Hello World!'