[Erp5-report] r33548 nicolas.dumazet - /erp5/trunk/products/ERP5/Document/Document.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Mar 10 05:47:31 CET 2010
Author: nicolas.dumazet
Date: Wed Mar 10 05:47:30 2010
New Revision: 33548
URL: http://svn.erp5.org?rev=33548&view=rev
Log:
unused imports
Modified:
erp5/trunk/products/ERP5/Document/Document.py
Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=33548&r1=33547&r2=33548&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Wed Mar 10 05:47:30 2010
@@ -36,7 +36,7 @@
from Products.ERP5Type.Accessor.Constant import PropertyGetter as ConstantGetter
from Products.ERP5Type.Globals import get_request
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.DateUtils import convertDateToHour, number_of_hours_in_day, number_of_hours_in_year
from Products.ERP5Type.Utils import convertToUpperCase
@@ -51,7 +51,6 @@
from AccessControl import Unauthorized
import zope.interface
import cStringIO
-import string
from OFS.Image import Pdata
from Products.PythonScripts.Utility import allow_class
More information about the Erp5-report
mailing list