diff options
author | Greg Stein <gstein@lyra.org> | 2000-06-26 17:31:49 (GMT) |
---|---|---|
committer | Greg Stein <gstein@lyra.org> | 2000-06-26 17:31:49 (GMT) |
commit | 99a5621f3f2a1e2396aeb8a183c82905c02f829f (patch) | |
tree | 9b9430f5ae3fd2bccd5b775e8ce551113e555195 /Lib/imputil.py | |
parent | 5e3c632a90e02c40d4e6a3d3548bcdd8f97632eb (diff) | |
download | cpython-99a5621f3f2a1e2396aeb8a183c82905c02f829f.zip cpython-99a5621f3f2a1e2396aeb8a183c82905c02f829f.tar.gz cpython-99a5621f3f2a1e2396aeb8a183c82905c02f829f.tar.bz2 |
now that imputil is in the main Python repository, clean up the header
Diffstat (limited to 'Lib/imputil.py')
-rw-r--r-- | Lib/imputil.py | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/Lib/imputil.py b/Lib/imputil.py index fd66597..b2a643a 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 |