Remove InvalidEventName exception due to it being unused

This commit is contained in:
Rapptz
2015-10-27 18:03:51 -04:00
parent f770fc1c67
commit 6ae6bd8e6d
3 changed files with 1 additions and 9 deletions

View File

@ -27,7 +27,7 @@ DEALINGS IN THE SOFTWARE.
from __future__ import print_function
from . import endpoints
from .errors import InvalidEventName, InvalidDestination, GatewayNotFound
from .errors import *
from .user import User
from .channel import Channel, PrivateChannel
from .server import Server