From f8204fe45f3193bf28244444a0e65b8871ff2eb1 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 09:55:21 +0300 Subject: [PATCH] Changed line interpreter in python2 --- scripts/cl-client | 2 +- scripts/cl-passwd | 2 +- scripts/cl-sync | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/cl-client b/scripts/cl-client index 13a1f19..d3c2e0f 100644 --- a/scripts/cl-client +++ b/scripts/cl-client @@ -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-passwd b/scripts/cl-passwd index cb0d096..eb951d3 100644 --- a/scripts/cl-passwd +++ b/scripts/cl-passwd @@ -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-sync b/scripts/cl-sync index f113406..354cb65 100644 --- a/scripts/cl-sync +++ b/scripts/cl-sync @@ -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 7b4f171..5eb9b66 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