summaryrefslogtreecommitdiffstats
path: root/test/sconsign/corrupt.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-04-14 23:32:50 (GMT)
committerSteven Knight <knight@baldmt.com>2010-04-14 23:32:50 (GMT)
commit12ec17eedc70ee82421b27ff7dd84e947d4e6953 (patch)
treef2db14c37192443ef414a0975da0baed78d338cb /test/sconsign/corrupt.py
parent67f389b0e130d59d7e125243355f5f58a932a2ec (diff)
downloadSCons-12ec17eedc70ee82421b27ff7dd84e947d4e6953.zip
SCons-12ec17eedc70ee82421b27ff7dd84e947d4e6953.tar.gz
SCons-12ec17eedc70ee82421b27ff7dd84e947d4e6953.tar.bz2
Eliminate / replace remaining cPickle references in test scripts.
Diffstat (limited to 'test/sconsign/corrupt.py')
-rw-r--r--test/sconsign/corrupt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sconsign/corrupt.py b/test/sconsign/corrupt.py
index 94c4608..cab4d75 100644
--- a/test/sconsign/corrupt.py
+++ b/test/sconsign/corrupt.py
@@ -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)