[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/DependencyFramework/tests - testDependable.py:1.1.6.2
Jim Fulton
jim@zope.com
Wed, 13 Nov 2002 15:23:49 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/DependencyFramework/tests
In directory cvs.zope.org:/tmp/cvs-serv568/lib/python/Zope/App/DependencyFramework/tests
Modified Files:
Tag: Zope3-Bangalore-TTW-Branch
testDependable.py
Log Message:
fixed DOS line endings
=== Zope3/lib/python/Zope/App/DependencyFramework/tests/testDependable.py 1.1.6.1 => 1.1.6.2 ===
--- Zope3/lib/python/Zope/App/DependencyFramework/tests/testDependable.py:1.1.6.1 Mon Oct 21 11:33:09 2002
+++ Zope3/lib/python/Zope/App/DependencyFramework/tests/testDependable.py Wed Nov 13 15:23:18 2002
@@ -17,15 +17,15 @@
$Id$
"""
-
-from unittest import TestCase, TestSuite, main, makeSuite
-from Zope.App.OFS.Annotation.AttributeAnnotations \
+
+from unittest import TestCase, TestSuite, main, makeSuite
+from Zope.App.OFS.Annotation.AttributeAnnotations \
import AttributeAnnotations
-from Zope.App.tests.PlacelessSetup import PlacelessSetup
-class C:pass
+from Zope.App.tests.PlacelessSetup import PlacelessSetup
+class C:pass
class Test(PlacelessSetup, TestCase):
-
+
def _Test__new(self):
from Zope.App.DependencyFramework.Dependable import Dependable