diff 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
line wrap: on
line diff
--- a/frontends/src/wix/quiz_game.py	Tue Aug 26 09:54:23 2014 +0200
+++ b/frontends/src/wix/quiz_game.py	Tue Aug 26 12:52:46 2014 +0200
@@ -25,7 +25,7 @@
 import pdb
 from sat.core.log import getLogger
 log = getLogger(__name__)
-from sat.tools.jid  import JID
+from sat_frontends.tools.jid  import JID
 from time import time
 from math import sin, cos, pi