now that imputil is in the main Python repository, clean up the header

This commit is contained in:
Greg Stein 2000-06-26 17:31:49 +00:00
parent 5e3c632a90
commit 99a5621f3f
1 changed files with 3 additions and 16 deletions

View File

@ -1,22 +1,9 @@
#
# 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$
# imputil.py: import utilities
#
### docco needed here and in Docs/ ...
# note: avoid importing non-builtin modules
import imp ### not available in JPython?
import sys