mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Minor fixes to enable install on trunk, explicit imports added, alternative string concatenation in help and change to correct xml comment style
This commit is contained in:
@@ -18,11 +18,13 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
from openerp.tools.translate import _
|
||||
from account_statement_base_import.parser import BankStatementImportParser
|
||||
|
||||
import tempfile
|
||||
import datetime
|
||||
|
||||
from openerp.tools.translate import _
|
||||
from openerp.addons.account_statement_base_import.parser import BankStatementImportParser
|
||||
|
||||
try:
|
||||
import ofxparse
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user