comparison 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
comparison
equal deleted inserted replaced
1010:73a0b7f94674 1011:5a6354ff468c
21 21
22 from sat.core.i18n import _ 22 from sat.core.i18n import _
23 import wx 23 import wx
24 import os.path, glob 24 import os.path, glob
25 import pdb 25 import pdb
26 from logging import debug, info, error 26 from sat.core.log import getLogger
27 log = getLogger(__name__)
27 from sat.tools.jid import JID 28 from sat.tools.jid import JID
28 from time import time 29 from time import time
29 from math import sin, cos, pi 30 from math import sin, cos, pi
30 31
31 CARD_WIDTH = 74 32 CARD_WIDTH = 74