mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 00:07:51 +00:00
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'
|
||||
__version__ = '1.4.0'
|
||||
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
|
||||
from collections import namedtuple
|
||||
import logging
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user