[Checkins] SVN: Sandbox/darrylcousins/mars.template/src/mars/template/tests.py Working up tests

Darryl Cousins darryl at darrylcousins.net.nz
Tue Jul 17 07:55:35 EDT 2007


Log message for revision 78066:
  Working up tests

Changed:
  U   Sandbox/darrylcousins/mars.template/src/mars/template/tests.py

-=-
Modified: Sandbox/darrylcousins/mars.template/src/mars/template/tests.py
===================================================================
--- Sandbox/darrylcousins/mars.template/src/mars/template/tests.py	2007-07-17 11:54:32 UTC (rev 78065)
+++ Sandbox/darrylcousins/mars.template/src/mars/template/tests.py	2007-07-17 11:55:34 UTC (rev 78066)
@@ -2,7 +2,9 @@
 from zope.testing import doctest
 
 import zope.interface
+
 from martian.interfaces import IModuleInfo
+
 class ModuleInfo(object):
     zope.interface.implements(IModuleInfo)
     path = ''



More information about the Checkins mailing list