aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lesscpy/0001-lesscpy-remove-explicit-python3.patch
blob: 36dc7dc941f6128974427376002f070feba6696d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 3331202e96593d47b8e3a253777ea94537fc08f2 Mon Sep 17 00:00:00 2001
From: Bruce Ashfield <bruce.ashfield@windriver.com>
Date: Wed, 30 Oct 2013 23:09:56 -0400
Subject: [PATCH 1/2] lesscpy: remove explicit python3

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
 bin/lesscpy |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/lesscpy b/bin/lesscpy
index 4613f9e..0834996 100755
--- a/bin/lesscpy
+++ b/bin/lesscpy
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 """
     Lesscpy run script
     <jtm@robot.is>
-- 
1.7.10.4