more __all__ updates
diff --git a/Lib/dospath.py b/Lib/dospath.py
index c4846ba..ed35d59 100644
--- a/Lib/dospath.py
+++ b/Lib/dospath.py
@@ -3,6 +3,10 @@
 import os
 import stat
 
+__all__ = ["normcase","isabs","join","splitdrive","split","splitext",
+           "basename","dirname","commonprefix","getsize","getmtime",
+           "getatime","islink","exists","isdir","isfile","ismount",
+           "walk","expanduser","expandvars","normpath","abspath"]
 
 def normcase(s):
     """Normalize the case of a pathname.