mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Absolute import some circular dependencies to appease Python 3.4.
This commit is contained in:
@ -61,7 +61,7 @@ try:
|
||||
except ImportError:
|
||||
has_nacl = False
|
||||
|
||||
from . import utils, opus
|
||||
from . import opus
|
||||
from .gateway import *
|
||||
from .errors import ClientException, InvalidArgument, ConnectionClosed
|
||||
|
||||
|
Reference in New Issue
Block a user