From b0f77dfefd13006a4355d137b7ac7840c14eef3d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 20 Feb 2012 11:04:07 +1300 Subject: Unit test import cleanups. --- test/test_encoding.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_encoding.py') diff --git a/test/test_encoding.py b/test/test_encoding.py index 6ebe7172..61caf507 100644 --- a/test/test_encoding.py +++ b/test/test_encoding.py @@ -1,8 +1,6 @@ from libmproxy import encoding import libpry -import cStringIO - class uidentity(libpry.AutoTree): def test_simple(self): assert "string" == encoding.decode("identity", "string") -- cgit v1.2.3