diff frontends/src/quick_frontend/quick_chat_list.py @ 225:fd9b7834d98a

distutils installation script, draft
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 01:56:36 +0100
parents 86d249b6d9b7
children b1794cbb88e5
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat_list.py	Tue Jan 04 19:30:27 2011 +0100
+++ b/frontends/src/quick_frontend/quick_chat_list.py	Wed Jan 05 01:56:36 2011 +0100
@@ -19,7 +19,7 @@
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
 
-from tools.jid  import JID
+from sat.tools.jid  import JID
 
 
 class QuickChatList(dict):