[IMP] res_lang: removed unneeded itertools import.

bzr revid: vmt@openerp.com-20110516101009-x1ih1y17ci4ihkne
This commit is contained in:
Vo Minh Thu 2011-05-16 12:10:09 +02:00
parent e248d008c0
commit 059083488e
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
import locale
import logging
import itertools
import re
from osv import fields, osv