Commit cd666f93 authored by Nicolas Dumazet's avatar Nicolas Dumazet

unused imports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93772be5
...@@ -36,7 +36,7 @@ from Acquisition import aq_base ...@@ -36,7 +36,7 @@ from Acquisition import aq_base
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
from Products.ERP5Type.Globals import get_request from Products.ERP5Type.Globals import get_request
from Products.CMFCore.utils import getToolByName, _checkPermission from Products.CMFCore.utils import getToolByName, _checkPermission
from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces from Products.ERP5Type import Permissions, PropertySheet, interfaces
from Products.ERP5Type.XMLObject import XMLObject from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.DateUtils import convertDateToHour, number_of_hours_in_day, number_of_hours_in_year from Products.ERP5Type.DateUtils import convertDateToHour, number_of_hours_in_day, number_of_hours_in_year
from Products.ERP5Type.Utils import convertToUpperCase from Products.ERP5Type.Utils import convertToUpperCase
...@@ -51,7 +51,6 @@ from Products.ZSQLCatalog.SQLCatalog import SQLQuery ...@@ -51,7 +51,6 @@ from Products.ZSQLCatalog.SQLCatalog import SQLQuery
from AccessControl import Unauthorized from AccessControl import Unauthorized
import zope.interface import zope.interface
import cStringIO import cStringIO
import string
from OFS.Image import Pdata from OFS.Image import Pdata
from Products.PythonScripts.Utility import allow_class from Products.PythonScripts.Utility import allow_class
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment