summaryrefslogtreecommitdiffstats
path: root/Lib/importall.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/importall.py')
-rwxr-xr-xLib/importall.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/importall.py b/Lib/importall.py
index 1d20377..1383e80 100755
--- a/Lib/importall.py
+++ b/Lib/importall.py
@@ -1,3 +1,5 @@
+# THIS IS OBSOLETE -- USE MODULE 'compileall' INSTEAD!
+
# Utility module to import all modules in the path, in the hope
# that this will update their ".pyc" files.