investment not implemented for entreprise browser

This commit is contained in:
Baptiste Delpey 2015-05-11 14:17:41 +02:00 committed by Romain Bignon
commit c4bf235ab7

View file

@ -108,3 +108,6 @@ class BNPEnterprise(Browser):
for tr in self._get_history('/RLOPI?chC=%s&ch8=0000&chB=1&ch7=%s&ch9=%s' % (account.id, d1, d2)):
if tr._coming:
yield tr
def iter_investment(self, account):
raise NotImplementedError()