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

@@ -30,7 +30,8 @@ import simplejson as json
import logging
log = logging.getLogger('base2')
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)