Fix TestCase class

This commit is contained in:
2014-03-27 10:09:56 +00:00
parent e83a88cb85
commit 824f1dc82f

View File

@@ -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):