Move browser2 from weboob/tools/b2 to weboob/browser2

This commit is contained in:
Florent 2014-10-02 11:01:34 +02:00
commit a019819f9d
90 changed files with 211 additions and 211 deletions

View file

@ -18,7 +18,7 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from weboob.capabilities.bank import Account, Transaction
from weboob.tools.browser2.page import Page, HTMLPage, LoggedPage, RawPage
from weboob.browser2.page import Page, HTMLPage, LoggedPage, RawPage
from urllib import unquote
from .parsers import StatementParser, clean_amount, clean_label
import itertools