[Zope-Checkins] SVN: Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/ztc/__init__.py Remove pointless __version__ info.

Stefan H. Holek stefan at epy.co.at
Tue Mar 15 13:05:14 EST 2005


Log message for revision 29481:
  Remove pointless __version__ info.
  

Changed:
  U   Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/ztc/__init__.py

-=-
Modified: Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/ztc/__init__.py
===================================================================
--- Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/ztc/__init__.py	2005-03-15 18:01:09 UTC (rev 29480)
+++ Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/ztc/__init__.py	2005-03-15 18:05:14 UTC (rev 29481)
@@ -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