#65 Fix python-pam API usage
Closed by puiterwijk. Opened by puiterwijk.
fix-pam  into  master

Download 65.patch
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.

@jdennis: I have a fixed version at PR#67.

OK, PR#67 LGTM

Metadata