mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Unittest2 support for Py2.6
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import unittest
|
||||
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
import unittest
|
||||
import socket
|
||||
import threading
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user