aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_flow.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_flow.py')
-rw-r--r--test/test_flow.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_flow.py b/test/test_flow.py
index 99df9ed0..a2051eae 100644
--- a/test/test_flow.py
+++ b/test/test_flow.py
@@ -2,9 +2,7 @@ import Queue, time, os.path
from cStringIO import StringIO
import email.utils
from libmproxy import filt, flow, controller, utils, tnetstring
-from netlib import certutils
import tutils
-import libpry
class TestStickyCookieState:
@@ -145,7 +143,7 @@ class TestServerPlaybackState:
s = flow.ServerPlaybackState(None, [r, r2], False, True)
assert s.count() == 2
- n = s.next_flow(r)
+ s.next_flow(r)
assert s.count() == 2