Fix some imports so that demo stuff is still working.

This commit is contained in:
Viktor Dragomiretskyy 2019-06-29 20:46:26 +12:00
parent 59e01f2df0
commit 859f163520
2 changed files with 3 additions and 0 deletions

View file

@ -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")

View file

@ -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 *