~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to comparison/website/erpComparator/erpcomparator/rpc.py

  • Committer: gpa
  • Date: 2010-01-21 08:17:41 UTC
  • Revision ID: gpa@tinyerp.co.in-20100121081741-m8h8vkk803d7d5nz
[IMP]add the remaining import '_'

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
import tiny_socket
13
13
import common
 
14
from tools.translate import _
14
15
 
15
16
class RPCException(Exception):
16
17