Merge lp:~gdgellatly/banking-addons/banking-addons-minor-import-fixes into lp:banking-addons

Proposed by Graeme Gellatly
Status: Merged
Merged at revision: 212
Proposed branch: lp:~gdgellatly/banking-addons/banking-addons-minor-import-fixes
Merge into: lp:banking-addons
Diff against target: 44 lines (+6/-6)
3 files modified
account_banking/parsers/models.py (+1/-1)
account_banking/sepa/online.py (+4/-4)
account_banking/wizard/banking_transaction_wizard.py (+1/-1)
To merge this branch: bzr merge lp:~gdgellatly/banking-addons/banking-addons-minor-import-fixes
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) code review Approve
Stefan Rijnhart (Opener) Approve
Pedro Manuel Baeza code review Approve
Review via email: mp+200474@code.launchpad.net

Description of the change

was installing this on trunk and ran into a few import errors. This resolves them and should have no effect on 7.0 as just making imports explicit.

To post a comment you must log in.
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) wrote :

LGTM

review: Approve (code review)
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) wrote :

Thanks!

review: Approve
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account_banking/parsers/models.py'
--- account_banking/parsers/models.py 2013-10-02 10:20:26 +0000
+++ account_banking/parsers/models.py 2014-01-05 02:39:21 +0000
@@ -20,7 +20,7 @@
20##############################################################################20##############################################################################
2121
22import re22import re
23from tools.translate import _23from openerp.tools.translate import _
2424
25class mem_bank_statement(object):25class mem_bank_statement(object):
26 '''26 '''
2727
=== modified file 'account_banking/sepa/online.py'
--- account_banking/sepa/online.py 2013-04-15 13:59:50 +0000
+++ account_banking/sepa/online.py 2014-01-05 02:39:21 +0000
@@ -25,10 +25,10 @@
25import re25import re
26import urllib, urllib226import urllib, urllib2
27from BeautifulSoup import BeautifulSoup27from BeautifulSoup import BeautifulSoup
28from account_banking.sepa import postalcode28from openerp.addons.account_banking.sepa import postalcode
29from account_banking.sepa.urlagent import URLAgent, SoupForm29from openerp.addons.account_banking.sepa.urlagent import URLAgent, SoupForm
30from account_banking.sepa.iban import IBAN30from openerp.addons.account_banking.sepa.iban import IBAN
31from account_banking.struct import struct31from openerp.addons.account_banking.struct import struct
3232
33__all__ = [33__all__ = [
34 'account_info',34 'account_info',
3535
=== modified file 'account_banking/wizard/banking_transaction_wizard.py'
--- account_banking/wizard/banking_transaction_wizard.py 2013-10-14 12:33:57 +0000
+++ account_banking/wizard/banking_transaction_wizard.py 2014-01-05 02:39:21 +0000
@@ -21,7 +21,7 @@
21#21#
22##############################################################################22##############################################################################
2323
24from osv import orm, fields24from openerp.osv import orm, fields
25from openerp.tools.translate import _25from openerp.tools.translate import _
2626
27"""27"""

Subscribers

People subscribed via source and target branches

to status/vote changes: