comparison frontends/src/jp/cmd_profile.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 8e0072754413
children 96fb74a4714d
comparison
equal deleted inserted replaced
1138:a7cdf03c00e9 1139:75025461141f
21 and retrieve informations about a profile.""" 21 and retrieve informations about a profile."""
22 22
23 from logging import debug, info, error, warning 23 from logging import debug, info, error, warning
24 from sat.core.i18n import _ 24 from sat.core.i18n import _
25 from sat_frontends.jp import base 25 from sat_frontends.jp import base
26 from sat.tools.jid import JID 26 from sat_frontends.tools.jid import JID
27 27
28 __commands__ = ["Profile"] 28 __commands__ = ["Profile"]
29 29
30 PROFILE_HELP = _('The name of the profile') 30 PROFILE_HELP = _('The name of the profile')
31 31