[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:
Graeme Gellatly
2014-01-05 18:40:54 +13:00
parent 190373c306
commit be9717dafd
6 changed files with 22 additions and 20 deletions

View File

@@ -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: