diff options
Diffstat (limited to 'Lib/macpath.py')
-rw-r--r-- | Lib/macpath.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/macpath.py b/Lib/macpath.py index 2881c32..6501fcd 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -170,7 +170,8 @@ def expanduser(path): """Dummy to retain interface-compatibility with other operating systems.""" return path -class norm_error(Exception): pass +class norm_error(Exception): + """Path cannot be normalized""" def normpath(s): """Normalize a pathname. Will return the same result for |