mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-16 19:42:22 +00:00
Fix TestCase class
This commit is contained in:
@@ -2,7 +2,7 @@ import unittest
|
|||||||
from ts3.protocol import TS3Proto
|
from ts3.protocol import TS3Proto
|
||||||
|
|
||||||
|
|
||||||
class TS3ProtoTest(unittest2.TestCase):
|
class TS3ProtoTest(unittest.TestCase):
|
||||||
""" Tests the TS3Proto class """
|
""" Tests the TS3Proto class """
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user