Removing old CVS tags
authorThierry Florac <tflorac@ulthar.net>
Sat, 10 Jan 2009 01:14:20 +0100
changeset 2 20f3c0eb8fdf
parent 1 ecc926a82992
child 3 312df6e5dff6
Removing old CVS tags
ztfy/utils/date.py
ztfy/utils/file.py
ztfy/utils/request.py
ztfy/utils/security.py
ztfy/utils/traversing.py
ztfy/utils/unicode.py
--- a/ztfy/utils/date.py	Sat Jan 10 00:42:52 2009 +0100
+++ b/ztfy/utils/date.py	Sat Jan 10 01:14:20 2009 +0100
@@ -11,15 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-
-$Id: $
-"""
 
-__version__   = "$Revision: $"
-__release__   = "$Id: $"
-__docformat__ = "restructuredtext"
- 
+
 # import standard packages
 from datetime import datetime
 
--- a/ztfy/utils/file.py	Sat Jan 10 00:42:52 2009 +0100
+++ b/ztfy/utils/file.py	Sat Jan 10 01:14:20 2009 +0100
@@ -12,15 +12,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-
-$Id: $
-"""
 
-__version__   = "$Revision: $"
-__release__   = "$Id: $"
-__docformat__ = "restructuredtext"
- 
+
 # import standard packages
 
 # import Zope3 interfaces
--- a/ztfy/utils/request.py	Sat Jan 10 00:42:52 2009 +0100
+++ b/ztfy/utils/request.py	Sat Jan 10 01:14:20 2009 +0100
@@ -12,15 +12,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-
-$Id: $
-"""
 
-__version__   = "$Revision: $"
-__release__   = "$Id: $"
-__docformat__ = "restructuredtext"
- 
+
 # import standard packages
 
 # import Zope3 interfaces
--- a/ztfy/utils/security.py	Sat Jan 10 00:42:52 2009 +0100
+++ b/ztfy/utils/security.py	Sat Jan 10 01:14:20 2009 +0100
@@ -11,15 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-
-$Id: $
-"""
 
-__version__   = "$Revision: $"
-__release__   = "$Id: $"
-__docformat__ = "restructuredtext"
- 
+
 # import standard packages
 
 # import Zope3 interfaces
--- a/ztfy/utils/traversing.py	Sat Jan 10 00:42:52 2009 +0100
+++ b/ztfy/utils/traversing.py	Sat Jan 10 01:14:20 2009 +0100
@@ -12,15 +12,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-
-$Id: $
-"""
 
-__version__   = "$Revision: $"
-__release__   = "$Id: $"
-__docformat__ = "restructuredtext"
- 
+
 # import standard packages
 
 # import Zope3 interfaces
--- a/ztfy/utils/unicode.py	Sat Jan 10 00:42:52 2009 +0100
+++ b/ztfy/utils/unicode.py	Sat Jan 10 01:14:20 2009 +0100
@@ -12,15 +12,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""
-
-$Id: $
-"""
 
-__version__   = "$Revision: $"
-__release__   = "$Id: $"
-__docformat__ = "restructuredtext"
- 
+
 # import standard packages
 import string
 import codecs