unused import

This commit is contained in:
Romain Bignon 2011-03-07 17:48:23 +01:00
commit 6d1124018e

View file

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
from weboob.tools.parsers.lxmlparser import select, SelectElementException
from weboob.tools.parsers.lxmlparser import select
from weboob.tools.browser import BasePage
class Message(object):