a few more modules get __all__
diff --git a/Lib/macurl2path.py b/Lib/macurl2path.py
index aab085e..a8be198 100644
--- a/Lib/macurl2path.py
+++ b/Lib/macurl2path.py
@@ -6,6 +6,8 @@
 import urllib
 import os
 
+__all__ = ["url2pathname","pathname2url"]
+
 def url2pathname(pathname):
     "Convert /-delimited pathname to mac pathname"
     #