summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test.py b/test.py
index b3f0eb5d..2dbe94ef 100644
--- a/test.py
+++ b/test.py
@@ -73,11 +73,6 @@ import unittest
import traceback
try:
- set
-except NameError:
- from sets import Set as set
-
-try:
# Python >=2.7 and >=3.2
from unittest.runner import _TextTestResult
except ImportError: