comparison frontends/src/quick_frontend/quick_utils.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 1fe00f0c9a91
children e3a9ea76de35
comparison
equal deleted inserted replaced
1138:a7cdf03c00e9 1139:75025461141f
15 # GNU Affero General Public License for more details. 15 # GNU Affero General Public License for more details.
16 16
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.tools.jid import JID 20 from sat_frontends.tools.jid import JID
21 from os.path import exists, splitext 21 from os.path import exists, splitext
22 from sat_frontends.quick_frontend.constants import Const 22 from sat_frontends.quick_frontend.constants import Const
23 23
24 def escapePrivate(ori_jid): 24 def escapePrivate(ori_jid):
25 """Escape a private jid""" 25 """Escape a private jid"""