[IMP] remove useless imports

bzr revid: mat@openerp.com-20140306153125-czwswqw1k3w5ungh
This commit is contained in:
Martin Trigaux 2014-03-06 16:31:25 +01:00
parent 378dbbfaae
commit 1e048736df
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
from openerp import tools
import math
import logging
_logger = logging.getLogger(__name__)
def rounding(f, r):