[Erp5-report] r28972 - /erp5/trunk/products/ERP5/Document/DeliveryRule.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Sep 11 16:21:03 CEST 2009
Author: luke
Date: Fri Sep 11 16:21:03 2009
New Revision: 28972
URL: http://svn.erp5.org?rev=28972&view=rev
Log:
- cleanups: copyright dates, typos, imports
Modified:
erp5/trunk/products/ERP5/Document/DeliveryRule.py
Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=28972&r1=28971&r2=28972&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py [utf8] Fri Sep 11 16:21:03 2009
@@ -1,14 +1,14 @@
##############################################################################
#
-# Copyright (c) 2002, 2005 Nexedi SARL and Contributors. All Rights Reserved.
+# Copyright (c) 2002 - 2009 Nexedi SA and Contributors. All Rights Reserved.
# Jean-Paul Smets-Solanes <jp at nexedi.com>
# Romain Courteaud <romain at nexedi.com>
#
# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
+# programmers who take the whole responsibility of assessing all potential
# consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
+# guarantees and support are strongly advised to contract a Free Software
# Service Company
#
# This program is Free Software; you can redistribute it and/or
@@ -28,10 +28,8 @@
##############################################################################
from AccessControl import ClassSecurityInfo
-from Products.ERP5Type import Permissions, PropertySheet, Constraint, interfaces
+from Products.ERP5Type import Permissions
from Products.ERP5.Document.Rule import Rule
-
-from zLOG import LOG
class DeliveryRule(Rule):
"""
More information about the Erp5-report
mailing list