diff frontends/src/wix/contact_list.py @ 227:533507bb4e32

distutils wix installation
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 18:46:26 +0100
parents fd9b7834d98a
children b1794cbb88e5
line wrap: on
line diff
--- a/frontends/src/wix/contact_list.py	Wed Jan 05 02:39:35 2011 +0100
+++ b/frontends/src/wix/contact_list.py	Wed Jan 05 18:46:26 2011 +0100
@@ -1,5 +1,26 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+
+"""
+wix: a SAT frontend
+Copyright (C) 2009, 2010  Jérôme Poisson (goffi@goffi.org)
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+"""
+
 import wx
-from quick_frontend.quick_contact_list import QuickContactList
+from sat_frontends.quick_frontend.quick_contact_list import QuickContactList
 from logging import debug, info, error
 from cgi import escape
 from sat.tools.jid  import JID