[Python-checkins] CVS: python/dist/src/Lib/test test_winreg.py,1.3,1.4

Fred L. Drake python-dev@python.org
Thu, 29 Jun 2000 12:42:02 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5802

Modified Files:
	test_winreg.py 
Log Message:

The low-level interface is now in _winreg; update the import here.


Index: test_winreg.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_winreg.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_winreg.py	2000/06/28 14:48:01	1.3
--- test_winreg.py	2000/06/29 19:42:00	1.4
***************
*** 2,6 ****
  # Only win32reg functions not hit here: FlushKey, LoadKey and SaveKey
  
! from winreg import *
  import os, sys
  
--- 2,6 ----
  # Only win32reg functions not hit here: FlushKey, LoadKey and SaveKey
  
! from _winreg import *
  import os, sys