mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
core: fix last commit
This commit is contained in:
parent
c4e745a0d6
commit
f8ebd4fa0b
@ -387,7 +387,6 @@ if ARGUMENTS.get('TREZOR_EMULATOR_FROZEN', 0):
|
||||
else:
|
||||
SOURCE_PY_DIR = 'src/'
|
||||
|
||||
SOURCE_PY = Glob(SOURCE_PY_DIR + '*.py')
|
||||
SOURCE_PY = Glob(SOURCE_PY_DIR + '*.py')
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/*.py'))
|
||||
SOURCE_PY.extend(Glob(SOURCE_PY_DIR + 'trezor/crypto/*.py'))
|
||||
|
Loading…
Reference in New Issue
Block a user