more __all__ updates
diff --git a/Lib/getpass.py b/Lib/getpass.py
index 918f2ed..840f7a0 100644
--- a/Lib/getpass.py
+++ b/Lib/getpass.py
@@ -13,6 +13,8 @@
 
 import sys
 
+__all__ = ["getpass","getuser"]
+
 def unix_getpass(prompt='Password: '):
     """Prompt for a password, with echo turned off.