diff options
| author | Rapptz <[email protected]> | 2017-02-14 21:35:52 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-02-14 21:35:52 -0500 |
| commit | bb8f5f4725104d55b1270dedab29e45fca8e3932 (patch) | |
| tree | d6419c9c4eced5cea814366a0ad2c0e0889a089a /discord/ext | |
| parent | Ensure after is called inside the daemon thread for players. (diff) | |
| download | discord.py-bb8f5f4725104d55b1270dedab29e45fca8e3932.tar.xz discord.py-bb8f5f4725104d55b1270dedab29e45fca8e3932.zip | |
Make discord.ext a namespace package.
Diffstat (limited to 'discord/ext')
| -rw-r--r-- | discord/ext/__init__.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/discord/ext/__init__.py b/discord/ext/__init__.py deleted file mode 100644 index 73194d95..00000000 --- a/discord/ext/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -# -*- coding: utf-8 -*- - -""" -discord.py extensions -~~~~~~~~~~~~~~~~~~~~~~ - -Extensions for the discord.py library live in this namespace. - -:copyright: (c) 2017 Rapptz -:license: MIT, see LICENSE for more details. - -""" |