[Python-checkins] python/dist/src/Lib/test test_importhooks.py, 1.2.8.1, 1.2.8.2

jhylton at users.sourceforge.net jhylton at users.sourceforge.net
Sat Apr 24 00:33:58 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22666

Modified Files:
      Tag: ast-branch
	test_importhooks.py 
Log Message:
The compiler package doesn't important because the parser module
doesn't work.


Index: test_importhooks.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_importhooks.py,v
retrieving revision 1.2.8.1
retrieving revision 1.2.8.2
diff -C2 -d -r1.2.8.1 -r1.2.8.2
*** test_importhooks.py	28 Apr 2003 17:28:40 -0000	1.2.8.1
--- test_importhooks.py	24 Apr 2004 04:33:53 -0000	1.2.8.2
***************
*** 190,194 ****
          sys.meta_path.append(i)
          sys.path_hooks.append(ImpWrapper)
!         mnames = ("colorsys", "urlparse", "distutils.core", "compiler.misc")
          for mname in mnames:
              parent = mname.split(".")[0]
--- 190,194 ----
          sys.meta_path.append(i)
          sys.path_hooks.append(ImpWrapper)
!         mnames = ("colorsys", "urlparse", "distutils.core", "email.Utils")
          for mname in mnames:
              parent = mname.split(".")[0]




More information about the Python-checkins mailing list