Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0184.py @ 3137:559a625a236b
fixed shebangs
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Jan 2020 10:07:00 +0100 |
parents | 95befc85e816 |
children | 31628770a15a |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0184.py Wed Jan 29 09:50:54 2020 +0100 +++ b/sat/plugins/plugin_xep_0184.py Wed Jan 29 10:07:00 2020 +0100 @@ -1,5 +1,5 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 + # SAT plugin for managing xep-0184 # Copyright (C) 2009-2016 Geoffrey POUZET (chteufleur@kingpenguin.tk)