bzr revid: psi@tinyerp.co.in-20101007093600-rm9mympll5ujcwac
This commit is contained in:
psi (Open ERP) 2010-10-07 15:06:00 +05:30
parent 06448a700d
commit 70234174b7
1 changed files with 3 additions and 3 deletions

View File

@ -19,12 +19,12 @@
#
##############################################################################
import time
from osv import fields, osv
from tools import config
import time
from tools.translate import _
import decimal_precision as dp
from tools.translate import _
STATE = [
('none', 'Non Member'),