Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat_list.py Tue Aug 26 09:54:23 2014 +0200 +++ b/frontends/src/quick_frontend/quick_chat_list.py Tue Aug 26 12:52:46 2014 +0200 @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -from sat.tools.jid import JID +from sat_frontends.tools.jid import JID class QuickChatList(dict):