Remove comments on deleted code

They were still there because the code was automatically removed.
This commit is contained in:
Laurent Bachelier 2013-08-03 22:14:54 +02:00
commit bfe3ac6bcd
9 changed files with 0 additions and 26 deletions

View file

@ -18,9 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from decimal import Decimal
from datetime import datetime, timedelta

View file

@ -20,9 +20,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from weboob.capabilities.bank import ICapBank, AccountNotFound
from weboob.tools.backend import BaseBackend, BackendConfig
from weboob.tools.value import ValueBackendPassword, ValueBool, Value

View file

@ -18,9 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from weboob.capabilities.bank import ICapBank, AccountNotFound
from weboob.tools.backend import BaseBackend, BackendConfig
from weboob.tools.value import ValueBackendPassword

View file

@ -19,9 +19,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from decimal import Decimal
from datetime import datetime, timedelta

View file

@ -18,9 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from weboob.capabilities.bank import ICapBank, AccountNotFound,\
Account, Recipient
from weboob.capabilities.bill import ICapBill, Bill, Subscription,\

View file

@ -18,9 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from weboob.capabilities.bank import ICapBank, AccountNotFound
from weboob.tools.backend import BaseBackend, BackendConfig
from weboob.tools.value import ValueBackendPassword

View file

@ -18,9 +18,6 @@
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
# python2.5 compatibility
from weboob.capabilities.bank import ICapBank, AccountNotFound
from weboob.tools.backend import BaseBackend, BackendConfig
from weboob.tools.value import Value, ValueBackendPassword