[Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/ztc/__init__.py
	Remove pointless __version__ info.
    Stefan H. Holek 
    stefan at epy.co.at
       
    Tue Mar 15 09:10:47 EST 2005
    
    
  
Log message for revision 29470:
  Remove pointless __version__ info.
  
Changed:
  U   Zope/trunk/lib/python/Testing/ZopeTestCase/ztc/__init__.py
-=-
Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/ztc/__init__.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/ztc/__init__.py	2005-03-15 11:23:03 UTC (rev 29469)
+++ Zope/trunk/lib/python/Testing/ZopeTestCase/ztc/__init__.py	2005-03-15 14:10:47 UTC (rev 29470)
@@ -4,8 +4,6 @@
 
 # $Id: __init__.py,v 1.1 2005/02/25 11:01:07 shh42 Exp $
 
-__version__ = '0.9.6'
-
 import Testing.ZopeTestCase
 __path__.extend(Testing.ZopeTestCase.__path__)
 
    
    
More information about the Zope-Checkins
mailing list