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

@ -1,7 +1,7 @@
#!/usr/bin/env python
import sys
from brmdoor_nfc import NFCDevice, NFCError
from nfc_smartcard import NFCDevice, NFCError
from binascii import hexlify
def formatAPDU(apdu):