mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-16 19:42:22 +00:00
Import from ordereddict for Py2.6
This commit is contained in:
@@ -6,7 +6,10 @@ except ImportError:
|
||||
import socket
|
||||
import threading
|
||||
import time
|
||||
from collections import OrderedDict
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from ordereddict import OrderedDict
|
||||
from ts3.protocol import TS3Proto, ConnectionError, NoConnectionError
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user