From 824f1dc82fd29e9a05f138127c927fe7628383cd Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 27 Mar 2014 10:09:56 +0000 Subject: [PATCH] Fix TestCase class --- ts3/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts3/test.py b/ts3/test.py index 14345a5..3a2517a 100644 --- a/ts3/test.py +++ b/ts3/test.py @@ -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):