Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99a5621

Browse files
author
Greg Stein
committed
now that imputil is in the main Python repository, clean up the header
1 parent 5e3c632 commit 99a5621

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

Lib/imputil.py

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
#
2-
# imputil.py
3-
#
4-
# Written by Greg Stein. Public Domain.
5-
# No Copyright, no Rights Reserved, and no Warranties.
6-
#
7-
# Utilities to help out with custom import mechanisms.
8-
#
9-
# Additional modifications were contribed by Marc-Andre Lemburg and
10-
# Gordon McMillan.
11-
#
12-
# This module is maintained by Greg and is available at:
13-
# http://www.lyra.org/greg/python/
14-
#
15-
# Since this isn't in the Python distribution yet, we'll use the CVS ID
16-
# for tracking:
17-
# $Id$
2+
# imputil.py: import utilities
183
#
194

5+
### docco needed here and in Docs/ ...
6+
207
# note: avoid importing non-builtin modules
218
import imp ### not available in JPython?
229
import sys

0 commit comments

Comments
 (0)