From d282d1f7ea17feeb19cd311037d837e8f1c2a3d5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 26 Sep 2014 12:30:39 +0200 Subject: Remove UnorderedList from unittests --- client/test.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'client/test.py') diff --git a/client/test.py b/client/test.py index f91a06e..c08866f 100644 --- a/client/test.py +++ b/client/test.py @@ -26,12 +26,6 @@ DEFAULT_PROFILE = { } -class UnorderedList(list): - - def __eq__(self, other): - return sorted(self) == sorted(other) - - class TestVocabCompiler(unittest.TestCase): def testPhraseExtraction(self): -- cgit v1.3.1