Casper da Costa-Luis
5 years ago
No known key found for this signature in database
GPG Key ID: D88C553DBD362CDE
1 changed files with
2 additions and
1 deletions
-
disco/voice/udp.py
|
|
@ -1,13 +1,14 @@ |
|
|
|
import struct |
|
|
|
import socket |
|
|
|
import gevent |
|
|
|
import warnings |
|
|
|
|
|
|
|
from collections import namedtuple |
|
|
|
|
|
|
|
try: |
|
|
|
import nacl.secret |
|
|
|
except ImportError: |
|
|
|
print('WARNING: nacl is not installed, voice support is disabled') |
|
|
|
warnings.warn('nacl is not installed, voice support is disabled') |
|
|
|
|
|
|
|
from holster.enum import Enum |
|
|
|
|
|
|
|