From bb8f5f4725104d55b1270dedab29e45fca8e3932 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 14 Feb 2017 21:35:52 -0500 Subject: Make discord.ext a namespace package. --- discord/ext/__init__.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 discord/ext/__init__.py (limited to 'discord/ext') 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. - -""" -- cgit v1.2.3