summaryrefslogtreecommitdiff
path: root/test/cross-test-client.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/cross-test-client.py')
-rw-r--r--test/cross-test-client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cross-test-client.py b/test/cross-test-client.py
index f192167..ee18f77 100644
--- a/test/cross-test-client.py
+++ b/test/cross-test-client.py
@@ -20,7 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
-from sets import Set
from time import sleep
import logging
@@ -43,7 +42,7 @@ logger = logging.getLogger('cross-test-client')
class Client(SignalTestsImpl):
fail_id = 0
- expected = Set()
+ expected = set()
def quit(self):
for x in self.expected: