#65 Fix python-pam API usage
Closed 8 years ago by puiterwijk. Opened 8 years ago by puiterwijk.

No commits found

no initial comment

I don't think it's good to shadow an imported module name. In this patch you import pam but the pam symbol might be a class instance rather than a module instance depending on the version. I'd suggest using a different symbol name and assign to that name depending on the version.

Metadata