Index: subversion/tests/cmdline/revert_tests.py =================================================================== --- subversion/tests/cmdline/revert_tests.py (revision 21267) +++ subversion/tests/cmdline/revert_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import shutil, string, sys, stat, re, os +import shutil, sys, stat, re, os # Our testing module import svntest Index: subversion/tests/cmdline/trans_tests.py =================================================================== --- subversion/tests/cmdline/trans_tests.py (revision 21267) +++ subversion/tests/cmdline/trans_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import string, sys, os.path, re +import sys, os.path, re # Our testing module import svntest Index: subversion/tests/cmdline/externals_tests.py =================================================================== --- subversion/tests/cmdline/externals_tests.py (revision 21267) +++ subversion/tests/cmdline/externals_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import shutil, string, sys, re, os +import shutil, sys, re, os import warnings # Our testing module Index: subversion/tests/cmdline/lock_tests.py =================================================================== --- subversion/tests/cmdline/lock_tests.py (revision 21267) +++ subversion/tests/cmdline/lock_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import string, sys, re, os.path, shutil, stat +import sys, re, os.path, shutil, stat # Our testing module import svntest Index: subversion/tests/cmdline/history_tests.py =================================================================== --- subversion/tests/cmdline/history_tests.py (revision 21267) +++ subversion/tests/cmdline/history_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import shutil, stat, string, sys, re, os.path +import shutil, stat, sys, re, os.path # Our testing module import svntest Index: subversion/tests/cmdline/switch_tests.py =================================================================== --- subversion/tests/cmdline/switch_tests.py (revision 21267) +++ subversion/tests/cmdline/switch_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import shutil, string, sys, re, os +import shutil, sys, re, os # Our testing module import svntest Index: subversion/tests/cmdline/copy_tests.py =================================================================== --- subversion/tests/cmdline/copy_tests.py (revision 21267) +++ subversion/tests/cmdline/copy_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import stat, string, sys, os, shutil, re +import stat, sys, os, shutil, re # Our testing module import svntest Index: subversion/tests/cmdline/stat_tests.py =================================================================== --- subversion/tests/cmdline/stat_tests.py (revision 21267) +++ subversion/tests/cmdline/stat_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import string, sys, os.path, re, time +import sys, os.path, re, time # Our testing module import svntest Index: subversion/tests/cmdline/schedule_tests.py =================================================================== --- subversion/tests/cmdline/schedule_tests.py (revision 21267) +++ subversion/tests/cmdline/schedule_tests.py (working copy) @@ -18,7 +18,7 @@ ###################################################################### # General modules -import string, sys, os, shutil +import sys, os, shutil # Our testing module import svntest Index: subversion/tests/cmdline/prop_tests.py =================================================================== --- subversion/tests/cmdline/prop_tests.py (revision 21267) +++ subversion/tests/cmdline/prop_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import string, sys, re, os.path, shutil +import sys, re, os.path, shutil # Our testing module import svntest Index: subversion/tests/cmdline/export_tests.py =================================================================== --- subversion/tests/cmdline/export_tests.py (revision 21267) +++ subversion/tests/cmdline/export_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import shutil, string, sys, re, os +import shutil, sys, re, os # Our testing module import svntest Index: subversion/tests/cmdline/utf8_tests.py =================================================================== --- subversion/tests/cmdline/utf8_tests.py (revision 21267) +++ subversion/tests/cmdline/utf8_tests.py (working copy) @@ -18,7 +18,7 @@ ###################################################################### # General modules -import shutil, stat, string, sys, re, os.path, os, locale +import shutil, stat, sys, re, os.path, os, locale # Our testing module import svntest Index: subversion/tests/cmdline/merge_tests.py =================================================================== --- subversion/tests/cmdline/merge_tests.py (revision 21267) +++ subversion/tests/cmdline/merge_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import shutil, string, sys, re, os +import shutil, sys, re, os # Our testing module import svntest Index: subversion/tests/cmdline/getopt_tests.py =================================================================== --- subversion/tests/cmdline/getopt_tests.py (revision 21267) +++ subversion/tests/cmdline/getopt_tests.py (working copy) @@ -17,7 +17,7 @@ ###################################################################### # General modules -import string, sys, re, os.path +import sys, re, os.path # Our testing module import svntest