2016-09-15 12:19:49 -04:00
|
|
|
import logging
|
|
|
|
|
2018-01-12 09:56:19 -05:00
|
|
|
__version__ = "0.19.0rc26"
|
2016-09-15 12:19:49 -04:00
|
|
|
version = tuple(__version__.split('.'))
|
2016-10-27 10:49:28 -05:00
|
|
|
|
|
|
|
logging.getLogger(__name__).addHandler(logging.NullHandler())
|