2016-09-15 18:19:49 +02:00
|
|
|
import logging
|
|
|
|
|
2017-12-13 22:40:25 +01:00
|
|
|
__version__ = "0.19.0rc17"
|
2016-09-15 18:19:49 +02:00
|
|
|
version = tuple(__version__.split('.'))
|
2016-10-27 17:49:28 +02:00
|
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|