1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-18 10:32:02 +00:00

remove playground from main.py

This commit is contained in:
Pavol Rusnak 2016-10-05 20:16:48 +02:00
parent fcde4a4c84
commit 036a4ead33
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -4,13 +4,11 @@ from trezor import ui
from trezor import wire from trezor import wire
# Load all applications # Load all applications
from apps import playground
from apps import homescreen from apps import homescreen
from apps import management from apps import management
from apps import wallet from apps import wallet
# Initialize all applications # Initialize all applications
playground.boot()
homescreen.boot() homescreen.boot()
management.boot() management.boot()
wallet.boot() wallet.boot()