core: fix last commit

pull/425/head
Pavol Rusnak 5 years ago
parent c4e745a0d6
commit f8ebd4fa0b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save