DebugClients/Python/getpass.py

changeset 96
9624a110667d
parent 13
1af94a91f439
child 790
2c0ea0163ef4
child 792
a13346916170
equal deleted inserted replaced
95:261bc03812fd 96:9624a110667d
10 getuser() - get the user name from the environment or password database 10 getuser() - get the user name from the environment or password database
11 11
12 This module is a replacement for the one found in the Python distribution. It 12 This module is a replacement for the one found in the Python distribution. It
13 is to provide a debugger compatible variant of the a.m. functions. 13 is to provide a debugger compatible variant of the a.m. functions.
14 """ 14 """
15
16 import sys
17 15
18 __all__ = ["getpass","getuser"] 16 __all__ = ["getpass","getuser"]
19 17
20 def getuser(): 18 def getuser():
21 """ 19 """

eric ide

mercurial