Added tooltips to the object UIs.

This commit is contained in:
Juan Pablo Caram
2014-05-03 02:32:00 -04:00
parent 582e472e12
commit 268421c4d0
3 changed files with 223 additions and 5 deletions

View File

@@ -329,7 +329,8 @@ class App:
"""
log = logging.getLogger('base')
log.setLevel(logging.DEBUG)
#log.setLevel(logging.DEBUG)
log.setLevel(logging.WARNING)
formatter = logging.Formatter('[%(levelname)s] %(message)s')
handler = logging.StreamHandler()
handler.setFormatter(formatter)