Mercurial > libervia-backend
changeset 1934:2daf7b4c6756
use of /usr/bin/env instead of /usr/bin/python in shebang
line wrap: on
line diff
--- a/frontends/src/bridge/DBus.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/bridge/DBus.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT communication bridge
--- a/frontends/src/bridge/bridge_frontend.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/bridge/bridge_frontend.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT communication bridge
--- a/frontends/src/jp/constants.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/jp/constants.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/chat.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/chat.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/config.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/config.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/constants.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/constants.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/contact_list.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/contact_list.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/game_tarot.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/game_tarot.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/keys.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/keys.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/notify.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/notify.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/primitivus Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/primitivus Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/profile_manager.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/profile_manager.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/progress.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/progress.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/status.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/status.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/widget.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/widget.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/primitivus/xmlui.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/primitivus/xmlui.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/quick_frontend/constants.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/constants.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/quick_frontend/quick_app.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_blog.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_blog.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_chat.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_chat.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_contact_list.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_contact_list.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_contact_management.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_contact_management.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_game_tarot.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_game_tarot.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_games.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_games.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_list_manager.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_list_manager.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend
--- a/frontends/src/quick_frontend/quick_menus.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_menus.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_profile_manager.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_profile_manager.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/quick_frontend/quick_utils.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_utils.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/frontends/src/quick_frontend/quick_widgets.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/quick_frontend/quick_widgets.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # helper class for making a SAT frontend
--- a/frontends/src/tools/composition.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/composition.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- """
--- a/frontends/src/tools/games.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/games.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/frontends/src/tools/host_listener.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/host_listener.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/frontends/src/tools/jid.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/jid.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/frontends/src/tools/misc.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/misc.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT helpers methods for plugins
--- a/frontends/src/tools/strings.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/strings.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT helpers methods for plugins
--- a/frontends/src/tools/xmltools.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/xmltools.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/frontends/src/tools/xmlui.py Sun Apr 17 13:37:40 2016 +0200 +++ b/frontends/src/tools/xmlui.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT frontend tools
--- a/src/bridge/DBus.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/bridge/DBus.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/bridge/bridge.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/bridge/bridge.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/bridge/bridge_constructor/bridge_constructor.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/bridge/bridge_constructor/bridge_constructor.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/bridge/bridge_constructor/dbus_core_template.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/bridge/bridge_constructor/dbus_core_template.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/bridge/bridge_constructor/dbus_frontend_template.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/bridge/bridge_constructor/dbus_frontend_template.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT communication bridge
--- a/src/core/constants.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/constants.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT: a XMPP client
--- a/src/core/exceptions.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/exceptions.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT Exceptions
--- a/src/core/i18n.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/i18n.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/core/log.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/log.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT: a XMPP client
--- a/src/core/log_config.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/log_config.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT: a XMPP client
--- a/src/core/sat_main.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/sat_main.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/core/xmpp.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/core/xmpp.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/memory/crypto.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/memory/crypto.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/memory/disco.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/memory/disco.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/memory/memory.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/memory/memory.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/memory/params.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/memory/params.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/memory/persistent.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/memory/persistent.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/memory/sqlite.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/memory/sqlite.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/plugins/plugin_adhoc_dbus.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_adhoc_dbus.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for adding D-Bus to Ad-Hoc Commands
--- a/src/plugins/plugin_blog_import.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_blog_import.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for import external blogs
--- a/src/plugins/plugin_blog_import_dokuwiki.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_blog_import_dokuwiki.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin to import dokuwiki blogs
--- a/src/plugins/plugin_blog_import_dotclear.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_blog_import_dotclear.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for import external blogs
--- a/src/plugins/plugin_exp_command_export.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_exp_command_export.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin to export commands (experimental)
--- a/src/plugins/plugin_exp_parrot.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_exp_parrot.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for parrot mode (experimental)
--- a/src/plugins/plugin_exp_pipe.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_exp_pipe.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing pipes (experimental)
--- a/src/plugins/plugin_misc_account.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_account.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for account creation (experimental)
--- a/src/plugins/plugin_misc_extra_pep.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_extra_pep.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for displaying messages from extra PEP services
--- a/src/plugins/plugin_misc_file.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_file.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for file tansfer
--- a/src/plugins/plugin_misc_groupblog.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_groupblog.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for microbloging with roster access
--- a/src/plugins/plugin_misc_imap.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_imap.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for managing imap server
--- a/src/plugins/plugin_misc_ip.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_ip.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for IP address discovery
--- a/src/plugins/plugin_misc_maildir.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_maildir.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for managing Maildir type mail boxes
--- a/src/plugins/plugin_misc_nat-port.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_nat-port.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for NAT port mapping
--- a/src/plugins/plugin_misc_quiz.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_quiz.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing Quiz game
--- a/src/plugins/plugin_misc_radiocol.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_radiocol.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing Radiocol
--- a/src/plugins/plugin_misc_register_account.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_register_account.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for registering a new XMPP account
--- a/src/plugins/plugin_misc_room_game.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_room_game.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/plugins/plugin_misc_smtp.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_smtp.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for managing smtp server
--- a/src/plugins/plugin_misc_static_blog.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_static_blog.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for static blogs
--- a/src/plugins/plugin_misc_tarot.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_tarot.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing French Tarot game
--- a/src/plugins/plugin_misc_text_commands.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_text_commands.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for managing text commands
--- a/src/plugins/plugin_misc_text_syntaxes.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_text_syntaxes.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing various text syntaxes
--- a/src/plugins/plugin_misc_upload.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_upload.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for file tansfer
--- a/src/plugins/plugin_misc_watched.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_watched.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin to be notified on some entities presence
--- a/src/plugins/plugin_misc_welcome.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_welcome.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for file tansfer
--- a/src/plugins/plugin_misc_xmllog.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_misc_xmllog.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for managing raw XML log
--- a/src/plugins/plugin_sec_otr.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_sec_otr.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for OTR encryption
--- a/src/plugins/plugin_syntax_wiki_dotclear.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_syntax_wiki_dotclear.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for Dotclear Wiki Syntax
--- a/src/plugins/plugin_tmp_directory_subscription.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_tmp_directory_subscription.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for directory subscription
--- a/src/plugins/plugin_xep_0020.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0020.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0020
--- a/src/plugins/plugin_xep_0033.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0033.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Extended Stanza Addressing (xep-0033)
--- a/src/plugins/plugin_xep_0045.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0045.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0045
--- a/src/plugins/plugin_xep_0047.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0047.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0047)
--- a/src/plugins/plugin_xep_0048.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0048.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Bookmarks (xep-0048)
--- a/src/plugins/plugin_xep_0049.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0049.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0049
--- a/src/plugins/plugin_xep_0050.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0050.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Ad-Hoc Commands (XEP-0050)
--- a/src/plugins/plugin_xep_0054.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0054.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0054
--- a/src/plugins/plugin_xep_0055.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0055.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Jabber Search (xep-0055)
--- a/src/plugins/plugin_xep_0059.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0059.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Result Set Management (XEP-0059)
--- a/src/plugins/plugin_xep_0060.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0060.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0060)
--- a/src/plugins/plugin_xep_0065.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0065.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # SAT plugin for managing xep-0065
--- a/src/plugins/plugin_xep_0071.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0071.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0071)
--- a/src/plugins/plugin_xep_0077.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0077.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0077
--- a/src/plugins/plugin_xep_0085.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0085.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Chat State Notifications Protocol (xep-0085)
--- a/src/plugins/plugin_xep_0092.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0092.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT plugin for Software Version (XEP-0092)
--- a/src/plugins/plugin_xep_0095.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0095.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0095
--- a/src/plugins/plugin_xep_0096.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0096.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0096
--- a/src/plugins/plugin_xep_0100.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0100.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0100)
--- a/src/plugins/plugin_xep_0115.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0115.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0115
--- a/src/plugins/plugin_xep_0163.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0163.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Personal Eventing Protocol (xep-0163)
--- a/src/plugins/plugin_xep_0166.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0166.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0166)
--- a/src/plugins/plugin_xep_0203.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0203.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0203)
--- a/src/plugins/plugin_xep_0234.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0234.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Jingle File Transfer (XEP-0234)
--- a/src/plugins/plugin_xep_0249.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0249.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for managing xep-0249
--- a/src/plugins/plugin_xep_0260.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0260.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0260)
--- a/src/plugins/plugin_xep_0261.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0261.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0261)
--- a/src/plugins/plugin_xep_0277.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0277.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for microblogging over XMPP (xep-0277)
--- a/src/plugins/plugin_xep_0297.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0297.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Stanza Forwarding (XEP-0297)
--- a/src/plugins/plugin_xep_0300.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0300.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Hash functions (XEP-0300)
--- a/src/plugins/plugin_xep_0313.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0313.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Message Archive Management (XEP-0313)
--- a/src/plugins/plugin_xep_0334.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0334.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0334)
--- a/src/plugins/plugin_xep_0363.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/plugins/plugin_xep_0363.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT plugin for Jingle File Transfer (XEP-0363)
--- a/src/stdui/ui_contact_list.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/stdui/ui_contact_list.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT standard user interface for managing contacts
--- a/src/stdui/ui_profile_manager.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/stdui/ui_profile_manager.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT standard user interface for managing contacts
--- a/src/test/constants.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/constants.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Primitivus: a SAT frontend
--- a/src/test/helpers.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/helpers.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/helpers_plugins.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/helpers_plugins.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_core_xmpp.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_core_xmpp.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_helpers_plugins.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_helpers_plugins.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_memory.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_memory.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_memory_crypto.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_memory_crypto.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_misc_groupblog.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_misc_groupblog.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_misc_radiocol.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_misc_radiocol.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_misc_room_game.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_misc_room_game.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_misc_text_syntaxes.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_misc_text_syntaxes.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0033.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0033.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0085.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0085.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0203.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0203.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0277.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0277.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0297.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0297.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0313.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0313.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/test/test_plugin_xep_0334.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/test/test_plugin_xep_0334.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/tools/common/data_format.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/tools/common/data_format.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/tools/common/regex.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/tools/common/regex.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # Salut à Toi: an XMPP client
--- a/src/tools/config.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/tools/config.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/tools/sat_defer.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/tools/sat_defer.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SàT: a XMPP client
--- a/src/tools/trigger.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/tools/trigger.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client
--- a/src/tools/utils.py Sun Apr 17 13:37:40 2016 +0200 +++ b/src/tools/utils.py Sun Apr 17 14:45:26 2016 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # SAT: a jabber client