changeset 1960:3e168cde7a7d

jp: fixed shebang python call
author Goffi <goffi@goffi.org>
date Sun, 19 Jun 2016 22:22:08 +0200
parents ca5a883f8abe
children c73e08094a95
files frontends/src/jp/base.py frontends/src/jp/cmd_adhoc.py frontends/src/jp/cmd_blog.py frontends/src/jp/cmd_bookmarks.py frontends/src/jp/cmd_file.py frontends/src/jp/cmd_info.py frontends/src/jp/cmd_message.py frontends/src/jp/cmd_param.py frontends/src/jp/cmd_pipe.py frontends/src/jp/cmd_profile.py frontends/src/jp/cmd_roster.py frontends/src/jp/jp
diffstat 12 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/jp/base.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/base.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_adhoc.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_adhoc.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_blog.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_blog.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SàT command line tool
--- a/frontends/src/jp/cmd_bookmarks.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_bookmarks.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_file.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_file.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_info.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_info.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_message.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_message.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_param.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_param.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_pipe.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_pipe.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_profile.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_profile.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/cmd_roster.py	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/cmd_roster.py	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
--- a/frontends/src/jp/jp	Sun Jun 19 22:22:04 2016 +0200
+++ b/frontends/src/jp/jp	Sun Jun 19 22:22:08 2016 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#!/usr/bin/env python2
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool