Browse Source
Extend __path__ with pkgutil to allow editable extensions
pull/5214/head
Bryan Forbes
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
discord/__init__.py
|
|
@ -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 |
|
|
|
|
|
|
|