Extend __path__ with pkgutil to allow editable extensions
This commit is contained in:
parent
e04bd1b3a1
commit
d7aa18beed
@ -17,6 +17,8 @@ __license__ = 'MIT'
|
|||||||
__copyright__ = 'Copyright 2015-2020 Rapptz'
|
__copyright__ = 'Copyright 2015-2020 Rapptz'
|
||||||
__version__ = '1.4.0'
|
__version__ = '1.4.0'
|
||||||
|
|
||||||
|
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||||
|
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user