monasca-notification/monasca_notification
Hervé Beraud a49af326e5 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: I2f6071f18c20ee5fb08c977f615ebd82a40715e4
2020-06-02 20:25:19 +02:00
..
common Stop to use the __future__ module. 2020-06-02 20:25:19 +02:00
conf Remove deprecated YAML config 2020-04-23 18:53:27 +02:00
plugins Migrate from ujson to simplejson 2020-04-18 10:42:39 +02:00
processors Migrate from ujson to simplejson 2020-04-18 10:42:39 +02:00
types Make default notifiers pluggable 2019-01-17 11:58:45 +01:00
__init__.py Rename to monasca, setup for tox, removed legacy bits 2014-07-16 15:59:00 -06:00
config.py Remove deprecated YAML config 2020-04-23 18:53:27 +02:00
main.py Fix periodic notifications for webhooks 2019-12-11 11:13:17 +00:00
notification_engine.py Allow users to set periodic notifications on all notification types 2019-12-11 11:13:25 +00:00
notification_exceptions.py Update copyright in monasca-nofitication 2016-06-09 14:36:42 -06:00
notification.py Fix periodic notifications for webhooks 2019-12-11 11:13:17 +00:00
periodic_engine.py Allow users to set periodic notifications on all notification types 2019-12-11 11:13:25 +00:00
retry_engine.py Use Confluent Kafka client 2019-09-19 15:09:23 +02:00
version.py Integrate with oslo.conf and oslo.log 2017-10-20 09:32:11 +02:00