[FIX] common.py: missing import
authorMartin Zlámal <mrtnzlml@gmail.com>
Wed, 27 Aug 2014 14:58:55 +0000 (16:58 +0200)
committerSimon Lejeune <sle@openerp.com>
Mon, 6 Oct 2014 10:28:45 +0000 (12:28 +0200)
commitfc9fc3e0b83065c97bcadb1ef0f5c4ccd976e440
treedee3b17e2ffb99cc2288ada7dcb47a1f587e611b
parentdfc2e1ce1b175895e7dfef6e28a6a3b8d69e6384
[FIX] common.py: missing import

It was not possible to call "about" function via remote control
(XML-RPC), because it contains string translation without import.
openerp/service/common.py