1
0
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:
Pavol Rusnak 2019-08-21 11:28:28 +02:00
parent c4e745a0d6
commit f8ebd4fa0b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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