Added warning not to import directly.
diff --git a/Lib/macurl2path.py b/Lib/macurl2path.py
index 65afe69..7d53d62 100644
--- a/Lib/macurl2path.py
+++ b/Lib/macurl2path.py
@@ -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 urllib