[Python-checkins] CVS: python/dist/src/Lib imputil.py,1.12,1.13

Greg Stein python-dev@python.org
Mon, 26 Jun 2000 10:31:51 -0700


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

Modified Files:
	imputil.py 
Log Message:
now that imputil is in the main Python repository, clean up the header



Index: imputil.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/imputil.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** imputil.py	2000/02/19 13:36:23	1.12
--- imputil.py	2000/06/26 17:31:49	1.13
***************
*** 1,20 ****
  #
! # imputil.py
  #
! # Written by Greg Stein. Public Domain.
! # No Copyright, no Rights Reserved, and no Warranties.
! #
! # Utilities to help out with custom import mechanisms.
! #
! # Additional modifications were contribed by Marc-Andre Lemburg and
! # Gordon McMillan.
! #
! # This module is maintained by Greg and is available at:
! #    http://www.lyra.org/greg/python/
! #
! # Since this isn't in the Python distribution yet, we'll use the CVS ID
! # for tracking:
! #   $Id$
! #
  
  # note: avoid importing non-builtin modules
--- 1,7 ----
  #
! # imputil.py: import utilities
  #
! 
! ### docco needed here and in Docs/ ...
  
  # note: avoid importing non-builtin modules