Fix some imports so that demo stuff is still working.
This commit is contained in:
parent
59e01f2df0
commit
859f163520
2 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ from pydbus.generic import signal
|
|||
import pkg_resources
|
||||
from time import sleep
|
||||
from prototype import *
|
||||
from db97 import subtype_to_string
|
||||
from sensor import cancel_capture
|
||||
import pwd
|
||||
|
||||
print("Starting up")
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ from struct import pack, unpack
|
|||
from binascii import hexlify, unhexlify
|
||||
from tls97 import tls
|
||||
from usb97 import usb, unhex
|
||||
from sensor import enroll, identify
|
||||
from db97 import db
|
||||
from flash import read_flash
|
||||
from sid import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue