Mercurial > libervia-backend
diff frontends/src/wix/quiz_game.py @ 1011:5a6354ff468c
wix: use of new logging system
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 05 May 2014 20:12:21 +0200 |
parents | 1fe00f0c9a91 |
children | 75025461141f |
line wrap: on
line diff
--- a/frontends/src/wix/quiz_game.py Mon May 05 20:12:19 2014 +0200 +++ b/frontends/src/wix/quiz_game.py Mon May 05 20:12:21 2014 +0200 @@ -23,7 +23,8 @@ import wx import os.path, glob import pdb -from logging import debug, info, error +from sat.core.log import getLogger +log = getLogger(__name__) from sat.tools.jid import JID from time import time from math import sin, cos, pi