Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3c632 commit 99a5621Copy full SHA for 99a5621
1 file changed
Lib/imputil.py
@@ -1,22 +1,9 @@
1
#
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$
+# imputil.py: import utilities
18
19
+### docco needed here and in Docs/ ...
+
20
# note: avoid importing non-builtin modules
21
import imp ### not available in JPython?
22
import sys
0 commit comments