Added warning not to import directly.

This commit is contained in:
Guido van Rossum 1996-10-15 14:40:41 +00:00
parent 4808dcb564
commit 008ec689be

View file

@ -1,4 +1,5 @@
"""Mac specific module for conversion between pathnames and URLs.""" """Mac specific module for conversion between pathnames and URLs.
Do not import directly, use urllib instead."""
import string import string
import urllib import urllib