~andrefcruz/nfcpy/npp-1.0

« back to all changes in this revision

Viewing changes to nfc/npp/server.py

  • Committer: Andre Cruz
  • Date: 2011-06-10 21:21:43 UTC
  • Revision ID: andre@cabine.org-20110610212143-bk2ncjj0okbcy0vg
Added missing import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from struct import unpack
11
11
 
12
12
import nfc.llcp
 
13
import nfc.ndef
13
14
 
14
15
class NPPServer(Thread):
15
16
    """ Simple NPP server