remove unused imports

This commit is contained in:
Romain Bignon 2012-03-26 14:25:17 +02:00
commit 99391a95ef
3 changed files with 5 additions and 21 deletions

View file

@ -18,9 +18,8 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.tools.browser import BasePage, BrokenPageError
from weboob.tools.browser import BasePage
from weboob.tools.ordereddict import OrderedDict
from weboob.tools.misc import html2text
from weboob.capabilities.contact import ProfileNode
class LoginPage(BasePage):