[CMF-checkins] CVS: CMF/DCWorkflow - States.py:1.14
Transitions.py:1.11 Variables.py:1.8
Yvo Schubbe
y.2004_ at wcm-solutions.de
Tue Feb 17 12:11:57 EST 2004
Update of /cvs-repository/CMF/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv9145/DCWorkflow
Modified Files:
States.py Transitions.py Variables.py
Log Message:
- import cleanup
=== CMF/DCWorkflow/States.py 1.13 => 1.14 ===
--- CMF/DCWorkflow/States.py:1.13 Thu Jan 15 15:52:06 2004
+++ CMF/DCWorkflow/States.py Tue Feb 17 12:11:53 2004
@@ -15,7 +15,7 @@
$Id$
"""
-from string import join
+from types import TupleType
from Acquisition import aq_inner, aq_parent
import Globals
@@ -28,9 +28,6 @@
from ContainerTab import ContainerTab
from utils import _dtmldir
-
-
-TupleType = type(())
class StateDefinition (SimpleItem):
=== CMF/DCWorkflow/Transitions.py 1.10 => 1.11 ===
--- CMF/DCWorkflow/Transitions.py:1.10 Fri Dec 26 08:05:22 2003
+++ CMF/DCWorkflow/Transitions.py Tue Feb 17 12:11:53 2004
@@ -15,8 +15,6 @@
$Id$
"""
-from string import join, split, strip
-
from OFS.SimpleItem import SimpleItem
from Globals import DTMLFile, PersistentMapping
from Acquisition import aq_inner, aq_parent
=== CMF/DCWorkflow/Variables.py 1.7 => 1.8 ===
--- CMF/DCWorkflow/Variables.py:1.7 Fri Dec 26 08:05:22 2003
+++ CMF/DCWorkflow/Variables.py Tue Feb 17 12:11:53 2004
@@ -15,8 +15,6 @@
$Id$
"""
-from string import join, split, strip
-
from OFS.SimpleItem import SimpleItem
from Globals import DTMLFile
from Acquisition import aq_inner, aq_parent
More information about the CMF-checkins
mailing list