comparison frontends/src/quick_frontend/quick_card_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 d1084f7e56a5
children
comparison
equal deleted inserted replaced
1138:a7cdf03c00e9 1139:75025461141f
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 from sat.core.log import getLogger 20 from sat.core.log import getLogger
21 log = getLogger(__name__) 21 log = getLogger(__name__)
22 from sat.tools.jid import JID 22 from sat_frontends.tools.jid import JID
23 23
24 24
25 25
26 class QuickCardGame(object): 26 class QuickCardGame(object):
27 27