Eliminate / replace remaining cPickle references in test scripts.
[scons.git] / test / sconsign / corrupt.py
index 94c4608c58baa2942391531dbc397ea3cd78ffbc..cab4d7554865e3acba74120367749543f99d91d5 100644 (file)
@@ -30,7 +30,6 @@ Test that we get proper warnings when .sconsign* files are corrupt.
 
 import TestSCons
 import TestCmd
-import cPickle
 
 test = TestSCons.TestSCons(match = TestCmd.match_re)