From 20653a6ec0b2118c4ae598bb2a00b4bc229553b9 Mon Sep 17 00:00:00 2001 From: Ina Panova Date: Thu, 3 Dec 2015 11:51:25 +0100 Subject: [PATCH] Convert shebang to python2 --- common/setup.py | 3 ++- extensions_admin/setup.py | 3 ++- plugins/setup.py | 3 ++- pulp-dev.py | 2 +- run-tests.py | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/common/setup.py b/common/setup.py index 853380d3..152ff356 100755 --- a/common/setup.py +++ b/common/setup.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 + from setuptools import find_packages, setup diff --git a/extensions_admin/setup.py b/extensions_admin/setup.py index 13dbed88..48912d54 100755 --- a/extensions_admin/setup.py +++ b/extensions_admin/setup.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 + from setuptools import find_packages, setup setup( diff --git a/plugins/setup.py b/plugins/setup.py index 3b4dfd48..d843d17a 100755 --- a/plugins/setup.py +++ b/plugins/setup.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 + from setuptools import find_packages, setup diff --git a/pulp-dev.py b/pulp-dev.py index 9597e5d3..d6ecf6c2 100755 --- a/pulp-dev.py +++ b/pulp-dev.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- import optparse diff --git a/run-tests.py b/run-tests.py index abfbe87c..884605ea 100755 --- a/run-tests.py +++ b/run-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- import os