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