[CMF-checkins] CVS: CMF/DCWorkflow/doc/examples/staging - checkin.py:1.1.22.1 checkout.py:1.1.22.1

Sidnei da Silva sidnei at awkly.org
Thu Apr 22 13:48:31 EDT 2004


Update of /cvs-repository/CMF/DCWorkflow/doc/examples/staging
In directory cvs.zope.org:/tmp/cvs-serv30596/DCWorkflow/doc/examples/staging

Modified Files:
      Tag: CMF-1_4-branch
	checkin.py checkout.py 
Log Message:
Fix version.txt to right version. Run reindent.py for removing extra tabs and whitespaces


=== CMF/DCWorkflow/doc/examples/staging/checkin.py 1.1 => 1.1.22.1 ===
--- CMF/DCWorkflow/doc/examples/staging/checkin.py:1.1	Tue Jul  9 12:25:05 2002
+++ CMF/DCWorkflow/doc/examples/staging/checkin.py	Thu Apr 22 13:47:59 2004
@@ -4,4 +4,4 @@
 object = sci.object
 vt = object.portal_versions
 if vt.isCheckedOut(object):
-  vt.checkin(object, sci.kwargs.get('comment', ''))
+    vt.checkin(object, sci.kwargs.get('comment', ''))


=== CMF/DCWorkflow/doc/examples/staging/checkout.py 1.1 => 1.1.22.1 ===
--- CMF/DCWorkflow/doc/examples/staging/checkout.py:1.1	Tue Jul  9 12:25:05 2002
+++ CMF/DCWorkflow/doc/examples/staging/checkout.py	Thu Apr 22 13:47:59 2004
@@ -7,4 +7,4 @@
 object = sci.object
 vt = object.portal_versions
 if not vt.isCheckedOut(object):
-  vt.checkout(object)
+    vt.checkout(object)




More information about the CMF-checkins mailing list