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

@ -4,7 +4,7 @@ import hmac
import hashlib
import logging
from brmdoor_nfc import NFCError
from nfc_smartcard import NFCError
class UidRecord(object):