diff options
Diffstat (limited to 'Lib/macurl2path.py')
| -rw-r--r-- | Lib/macurl2path.py | 2 | 
1 files changed, 2 insertions, 0 deletions
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 string  import urllib  import os +__all__ = ["url2pathname","pathname2url"] +  def url2pathname(pathname):      "Convert /-delimited pathname to mac pathname"      #  | 
