# HG changeset patch # User Goffi # Date 1466367728 -7200 # Node ID 3e168cde7a7d526415b581d6db5a6b4b00255029 # Parent ca5a883f8abed9852a258e3373b8da10603640ea jp: fixed shebang python call diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/base.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_adhoc.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_blog.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_bookmarks.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_file.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_info.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_message.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_param.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_pipe.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_profile.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/cmd_roster.py --- 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 diff -r ca5a883f8abe -r 3e168cde7a7d frontends/src/jp/jp --- 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