[Zope-Checkins] SVN: Zope/trunk/src/ This is the real code and not some externals
Hanno Schlichting
plone at hannosch.info
Sun Feb 8 12:33:01 EST 2009
Log message for revision 96262:
This is the real code and not some externals
Changed:
A Zope/trunk/src/
A Zope/trunk/src/AccessControl/
A Zope/trunk/src/App/
A Zope/trunk/src/DocumentTemplate/
A Zope/trunk/src/Globals/
A Zope/trunk/src/HelpSys/
A Zope/trunk/src/Lifetime/
A Zope/trunk/src/Missing/
A Zope/trunk/src/MultiMapping/
A Zope/trunk/src/OFS/
A Zope/trunk/src/Products/
A Zope/trunk/src/Record/
A Zope/trunk/src/Shared/
A Zope/trunk/src/Signals/
A Zope/trunk/src/Testing/
U Zope/trunk/src/Testing/ZopeTestCase/testPlaceless.py
U Zope/trunk/src/Testing/ZopeTestCase/testSkeleton.py
U Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testAuthHeaderTest.py
U Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testWarningsTest.py
A Zope/trunk/src/ThreadLock/
A Zope/trunk/src/TreeDisplay/
A Zope/trunk/src/ZPublisher/
A Zope/trunk/src/ZServer/
A Zope/trunk/src/ZTUtils/
A Zope/trunk/src/Zope2/
A Zope/trunk/src/initgroups/
A Zope/trunk/src/nt_svcutils/
A Zope/trunk/src/reStructuredText/
A Zope/trunk/src/webdav/
A Zope/trunk/src/zExceptions/
-=-
Property changes on: Zope/trunk/src
___________________________________________________________________
Added: svn:ignore
+ build
dist
*.egg-info
*.pyc
Modified: Zope/trunk/src/Testing/ZopeTestCase/testPlaceless.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/testPlaceless.py 2009-02-08 16:45:48 UTC (rev 96256)
+++ Zope/trunk/src/Testing/ZopeTestCase/testPlaceless.py 2009-02-08 17:33:00 UTC (rev 96262)
@@ -12,7 +12,7 @@
##############################################################################
"""Placeless setup tests
-$Id:$
+$Id$
"""
import os, sys
Modified: Zope/trunk/src/Testing/ZopeTestCase/testSkeleton.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/testSkeleton.py 2009-02-08 16:45:48 UTC (rev 96256)
+++ Zope/trunk/src/Testing/ZopeTestCase/testSkeleton.py 2009-02-08 17:33:00 UTC (rev 96262)
@@ -12,7 +12,7 @@
##############################################################################
"""Skeleton ZopeTestCase
-$Id:$
+$Id$
"""
import os, sys
Modified: Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testAuthHeaderTest.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/testAuthHeaderTest.py 2009-02-08 16:45:48 UTC (rev 96256)
+++ Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testAuthHeaderTest.py 2009-02-08 17:33:00 UTC (rev 96262)
@@ -12,7 +12,7 @@
##############################################################################
"""Test for auth_header
-$Id: testAuthHeaderTest.py,v 1.2 2005/03/26 18:07:08 shh42 Exp $
+$Id$
"""
import os, sys
Modified: Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testWarningsTest.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/zopedoctest/testWarningsTest.py 2009-02-08 16:45:48 UTC (rev 96256)
+++ Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/testWarningsTest.py 2009-02-08 17:33:00 UTC (rev 96262)
@@ -12,7 +12,7 @@
##############################################################################
"""Example doctest
-$Id: testWarningsTest.py,v 1.2 2005/03/26 18:07:08 shh42 Exp $
+$Id$
"""
import os, sys
More information about the Zope-Checkins
mailing list