fix import error

This commit is contained in:
SomberNight 2018-09-20 01:20:13 +02:00
parent d50b36d314
commit 61b5ce0451
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -1,5 +1,6 @@
from kivy.uix.widget import Widget
from kivy.properties import ObjectProperty
from kivy.core import core_select_lib
__all__ = ('NFCBase', 'NFCScanner')