[CLEAN] Cleaned imports in hr.py

bzr revid: tde@openerp.com-20120330082650-k0b62c0cpmrcsq2r
This commit is contained in:
Thibault Delavallée 2012-03-30 10:26:50 +02:00
parent 80ed6ba706
commit fa131c2559
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@
#
##############################################################################
from osv import fields, osv
import logging
import addons
import io, StringIO
import io
import logging
from osv import fields, osv
from PIL import Image
import StringIO
class hr_employee_category(osv.osv):