From 99cb0808abfa3bd5bbc8d19c10756641c032dc48 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 22 Apr 2015 15:49:17 +1200 Subject: websockets: server handshake scheme Also refactor settings and resolution interfaces --- test/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathod.py') diff --git a/test/test_pathod.py b/test/test_pathod.py index c32f6e84..00634e27 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -13,7 +13,7 @@ class TestPathod(object): p.clear_log() assert len(p.get_log()) == 0 - for i in range(p.LOGBUF + 1): + for _ in range(p.LOGBUF + 1): p.add_log(dict(s="foo")) assert len(p.get_log()) <= p.LOGBUF -- cgit v1.2.3