From c2dbbe1369ff16584dd5ad18ecfa41d46099acf0 Mon Sep 17 00:00:00 2001 From: resteve Date: Mon, 29 Sep 2014 11:24:30 +0200 Subject: [PATCH] pyflakes --- product_oneclick.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/product_oneclick.py b/product_oneclick.py index 976ba2e..1f525be 100644 --- a/product_oneclick.py +++ b/product_oneclick.py @@ -1,11 +1,9 @@ # This file is part of product_oneclick_esale module for Tryton. # The COPYRIGHT file at the top level of this repository contains # the full copyright notices and license terms. -from trytond.model import ModelView, fields -from trytond.pool import Pool, PoolMeta -from trytond.pyson import Eval, PYSONEncoder -from trytond.wizard import Wizard, StateView, StateAction, StateTransition, \ - Button +from trytond.model import fields +from trytond.pool import PoolMeta +from trytond.pyson import Eval from trytond.modules.product_esale.tools import slugify __all__ = ['ProductOneClickView', 'ProductOneClick']