Renamed module and files to nfc_smartcard

This commit is contained in:
Ondrej Mikle 2015-12-06 17:06:40 +01:00
parent c297246545
commit b57259b51d
9 changed files with 28 additions and 26 deletions

View file

@ -8,7 +8,7 @@ import ConfigParser
from binascii import hexlify
from brmdoor_nfc import NFCDevice, NFCError
from nfc_smartcard import NFCDevice, NFCError
from brmdoor_authenticator import UidAuthenticator, YubikeyHMACAuthenthicator
import unlocker