From: Greg Stein Date: Mon, 26 Jun 2000 17:31:49 +0000 (+0000) Subject: now that imputil is in the main Python repository, clean up the header X-Git-Tag: v2.0b1~1410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99a5621f3f2a1e2396aeb8a183c82905c02f829f;p=python now that imputil is in the main Python repository, clean up the header --- diff --git a/Lib/imputil.py b/Lib/imputil.py index fd66597ca6..b2a643ad21 100644 --- a/Lib/imputil.py +++ b/Lib/imputil.py @@ -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