From 983ef8762664f0c0c938c1d3861e30b465ea1967 Mon Sep 17 00:00:00 2001 From: Seth House Date: Sat, 30 Jun 2012 18:54:25 -0700 Subject: [PATCH] Change setup.py shebang to point to python instead of python2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e00f78c7774..dc8f82b515a 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python ''' The setup script for salt '''