From 76422fb5a4afef2ebb0d8f4660db3b7e89b0a42d Mon Sep 17 00:00:00 2001 From: Radu Jipa Date: Wed, 28 Mar 2018 19:29:35 +0100 Subject: [PATCH] Reverted to pam==0.1.4 converted with py2deb --- kano_settings/system/account.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kano_settings/system/account.py b/kano_settings/system/account.py index 40f85c3..e7097a3 100644 --- a/kano_settings/system/account.py +++ b/kano_settings/system/account.py @@ -8,12 +8,7 @@ import os -# When this module was transitioned from pip (0.1.4) to deb (0.4.2-13.1), the -# version in Raspbian contained an all caps name for the module. -try: - import PAM as pam -except ImportError: - import pam +import pam from kano.utils import run_cmd from kano_world.functions import has_token