fix missing import and pyflakes errors

This commit is contained in:
Romain Bignon 2012-01-06 20:45:18 +01:00
commit 15e6e19e16
4 changed files with 15 additions and 19 deletions

View file

@ -18,12 +18,10 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
import re
from datetime import date
from weboob.tools.browser import BasePage
from weboob.capabilities.bank import Operation
from weboob.capabilities.base import NotAvailable
__all__ = ['AccountHistory']