spwd: move to 2and3 and add missing argument

This commit is contained in:
Jelle Zijlstra
2017-03-19 13:54:19 -07:00
committed by Łukasz Langa
parent 16babfdfda
commit 7448f23d9f

View File

@@ -12,4 +12,4 @@ class struct_spwd(object):
sp_flag = ... # type: int
def getspall() -> List[struct_spwd]: ...
def getspnam() -> struct_spwd: ...
def getspnam(name: str) -> struct_spwd: ...