From 8aff3f5a0d2878ee1c2e3f1b1798a0a4e1033e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Wed, 12 Jan 2011 10:09:51 +0300 Subject: [PATCH] Changed line interpreter in python2 --- scripts/cl-image | 2 +- scripts/cl-kernel | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/cl-image b/scripts/cl-image index 75f46dd..772fe30 100644 --- a/scripts/cl-image +++ b/scripts/cl-image @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # Copyright 2010 Calculate Ltd. http://www.calculate-linux.org diff --git a/scripts/cl-kernel b/scripts/cl-kernel index d3e564c..21cd02f 100644 --- a/scripts/cl-kernel +++ b/scripts/cl-kernel @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # Copyright 2010 Calculate Ltd. http://www.calculate-linux.org diff --git a/setup.py b/setup.py index 7324347..76ce52c 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # setup.py --- Setup script for calculate-client