move log to trezor

This commit is contained in:
Pavol Rusnak 2016-04-29 22:24:27 +02:00
parent 29e20e302a
commit 6a5f16207c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
3 changed files with 4 additions and 5 deletions

View File

@ -4,8 +4,7 @@ from uheapq import heappop, heappush
from .utils import type_gen
from . import msg
from . import ui
import log
from . import log
EVT_TSTART = const(-1)
EVT_TMOVE = const(-2)

View File

@ -2,12 +2,12 @@ import sys
sys.path.append('lib')
import gc
import log
log.level = log.INFO
from trezor import loop
from trezor import layout
from trezor import log
log.level = log.INFO
def perf_info_debug():