Index: Lib/test/test_pep277.py =================================================================== --- Lib/test/test_pep277.py (revision 59579) +++ Lib/test/test_pep277.py (working copy) @@ -1,6 +1,6 @@ # Test the Unicode versions of normal file functions # open, os.open, os.stat. os.listdir, os.rename, os.remove, os.mkdir, os.chdir, os.rmdir -import sys, os, unittest +import sys, os, unittest, unicode from test import test_support if not os.path.supports_unicode_filenames: raise test_support.TestSkipped("test works only on NT+")