Mercurial > libervia-backend
comparison frontends/src/wix/quiz_game.py @ 1139:75025461141f
move sat.tools.jid to sat_frontends.tools.jid
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 26 Aug 2014 12:52:46 +0200 |
parents | 5a6354ff468c |
children |
comparison
equal
deleted
inserted
replaced
1138:a7cdf03c00e9 | 1139:75025461141f |
---|---|
23 import wx | 23 import wx |
24 import os.path, glob | 24 import os.path, glob |
25 import pdb | 25 import pdb |
26 from sat.core.log import getLogger | 26 from sat.core.log import getLogger |
27 log = getLogger(__name__) | 27 log = getLogger(__name__) |
28 from sat.tools.jid import JID | 28 from sat_frontends.tools.jid import JID |
29 from time import time | 29 from time import time |
30 from math import sin, cos, pi | 30 from math import sin, cos, pi |
31 | 31 |
32 CARD_WIDTH = 74 | 32 CARD_WIDTH = 74 |
33 CARD_HEIGHT = 136 | 33 CARD_HEIGHT = 136 |