Unused imports

This commit is contained in:
Guewen Baconnier
2014-11-24 15:40:51 +01:00
parent d1b3845c1b
commit c391f499e4

View File

@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp import models, fields, api, exceptions, _
from openerp import models, fields, api
class AccountTaxDeclarationAnalysis(models.TransientModel):