[FIX] fix forgetting of import decimal_precision, reported by the runbot !

bzr revid: benoit.guillot@akretion.com.br-20120711100802-mo5qlxwzrf3v8mnb
This commit is contained in:
Benoit Guillot 2012-07-11 12:08:02 +02:00
parent 9155104359
commit 58b4fdb096
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
import time
from osv import fields,osv
from tools.translate import _
import decimal_precision as dp
class delivery_carrier(osv.osv):
_name = "delivery.carrier"