diff --git a/exceptions.py b/Exceptions.py similarity index 100% rename from exceptions.py rename to Exceptions.py diff --git a/connection.py b/connection.py index 888f612..ed3c6ab 100644 --- a/connection.py +++ b/connection.py @@ -4,7 +4,7 @@ from collections import defaultdict import asyncio from messages import Message, ChannelEvents, PHOENIX_CHANNEL, HEARTBEAT_PAYLOAD -from exceptions import NotConnectedError +from Exceptions import NotConnectedError class Socket: