comparison sat_pubsub/privilege.py @ 312:5d7c3787672e

fixed copyright put in docstring instead of comments
author Goffi <goffi@goffi.org>
date Sun, 03 Jan 2016 18:29:40 +0100
parents b96a4ac25f8b
children c7fe09894952
comparison
equal deleted inserted replaced
311:a776544d84e5 312:5d7c3787672e
1 #!/usr/bin/python 1 #!/usr/bin/python
2 #-*- coding: utf-8 -*- 2 #-*- coding: utf-8 -*-
3 # 3 #
4 """ 4 # Copyright (c) 2015 Jérôme Poisson
5 Copyright (c) 2015 Jérôme Poisson
6 5
7 6
8 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
9 it under the terms of the GNU Affero General Public License as published by 8 # it under the terms of the GNU Affero General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or 9 # the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version. 10 # (at your option) any later version.
12 11
13 This program is distributed in the hope that it will be useful, 12 # This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU Affero General Public License for more details. 15 # GNU Affero General Public License for more details.
17 16
18 You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 19
21 --- 20 # ---
22 21
23 This module implements XEP-0356 (Privileged Entity) to manage rosters, messages and presences 22 # This module implements XEP-0356 (Privileged Entity) to manage rosters, messages and presences
24 """
25 23
26 from wokkel import xmppim 24 from wokkel import xmppim
27 from wokkel.compat import IQ 25 from wokkel.compat import IQ
28 from wokkel import pubsub 26 from wokkel import pubsub
29 from wokkel.iwokkel import IPubSubService 27 from wokkel.iwokkel import IPubSubService