Skip to content

Commit

Permalink
Reverted to pam==0.1.4 converted with py2deb
Browse files Browse the repository at this point in the history
  • Loading branch information
radujipa committed Mar 28, 2018
1 parent e9aa035 commit 76422fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions kano_settings/system/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76422fb

Please sign in to comment.