diff options
Diffstat (limited to 'Lib/idlelib/idle_test/test_rpc.py')
-rw-r--r-- | Lib/idlelib/idle_test/test_rpc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_rpc.py b/Lib/idlelib/idle_test/test_rpc.py index 48be65b..81eff39 100644 --- a/Lib/idlelib/idle_test/test_rpc.py +++ b/Lib/idlelib/idle_test/test_rpc.py @@ -3,7 +3,6 @@ from idlelib import rpc import unittest -import marshal class CodePicklerTest(unittest.TestCase): |