@@ -30,9 +30,9 @@ from openerp.tools.translate import _
_logger=logging.getLogger(__name__)
try:
frommygengoimportMyGengo
fromgengoimportGengo
exceptImportError:
_logger.warning('Gengo library not found, Gengo features disabled. If you plan to use it, please install the mygengo library from http://pypi.python.org/pypi/mygengo')
_logger.warning('Gengo library not found, Gengo features disabled. If you plan to use it, please install the gengo library from http://pypi.python.org/pypi/gengo')
GENGO_DEFAULT_LIMIT=20
...
...
@@ -50,21 +50,21 @@ class base_gengo_translations(osv.osv_memory):
return (False,_("Gengo `Public Key` or `Private Key` are missing. Enter your Gengo authentication parameters under `Settings > Companies > Gengo Parameters`."))