comparison frontends/src/quick_frontend/quick_chat_list.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
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 21
22 22
23 class QuickChatList(dict): 23 class QuickChatList(dict):
24 """This class is used to manage the list of chat windows. 24 """This class is used to manage the list of chat windows.
25 It act as a dict, but create a chat window when the name is found for the first time.""" 25 It act as a dict, but create a chat window when the name is found for the first time."""