]> granicus.if.org Git - python/commitdiff
now that imputil is in the main Python repository, clean up the header
authorGreg Stein <gstein@lyra.org>
Mon, 26 Jun 2000 17:31:49 +0000 (17:31 +0000)
committerGreg Stein <gstein@lyra.org>
Mon, 26 Jun 2000 17:31:49 +0000 (17:31 +0000)
Lib/imputil.py

index fd66597ca6729a41a4df23933f802758e558a611..b2a643ad21785850b2c83fc7a2db524dc0d1980a 100644 (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