Declare the namespace

This commit is contained in:
Gavin M. Roy 2014-08-29 09:55:22 -04:00
parent f41c6cb36a
commit 5236fe130e

View file

@ -10,6 +10,8 @@ __version__ = '.'.join(str(v) for v in version_info)
import logging
__import__('pkg_resources').declare_namespace(__name__)
# Ensure there is a NullHandler for logging
try:
from logging import NullHandler