mirror of
https://github.com/sprockets/sprockets.git
synced 2024-11-23 19:29:52 +00:00
Declare the namespace
This commit is contained in:
parent
f41c6cb36a
commit
5236fe130e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ __version__ = '.'.join(str(v) for v in version_info)
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
|
|
||||||
# Ensure there is a NullHandler for logging
|
# Ensure there is a NullHandler for logging
|
||||||
try:
|
try:
|
||||||
from logging import NullHandler
|
from logging import NullHandler
|
||||||
|
|
Loading…
Reference in a new issue