Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
3136:9d0df638c8b4 | 3137:559a625a236b |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 |
3 | 3 |
4 # SAT plugin for managing xep-0184 | 4 # SAT plugin for managing xep-0184 |
5 # Copyright (C) 2009-2016 Geoffrey POUZET (chteufleur@kingpenguin.tk) | 5 # Copyright (C) 2009-2016 Geoffrey POUZET (chteufleur@kingpenguin.tk) |
6 | 6 |
7 # This program is free software: you can redistribute it and/or modify | 7 # This program is free software: you can redistribute it and/or modify |