[Checkins] SVN: zope.authentication/trunk/ Remove CVS $ fossils.

Tres Seaver tseaver at palladion.com
Wed Jun 2 23:12:50 EDT 2010


Log message for revision 112946:
  Remove CVS $ fossils.

Changed:
  U   zope.authentication/trunk/bootstrap.py
  U   zope.authentication/trunk/setup.py
  U   zope.authentication/trunk/src/zope/authentication/interfaces.py
  U   zope.authentication/trunk/src/zope/authentication/loginpassword.py
  U   zope.authentication/trunk/src/zope/authentication/logout.py
  U   zope.authentication/trunk/src/zope/authentication/principal.py
  U   zope.authentication/trunk/src/zope/authentication/tests/test_loginpassword.py
  U   zope.authentication/trunk/src/zope/authentication/tests/test_logout.py
  U   zope.authentication/trunk/src/zope/authentication/tests/test_principal.py

-=-
Modified: zope.authentication/trunk/bootstrap.py
===================================================================
--- zope.authentication/trunk/bootstrap.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/bootstrap.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -16,8 +16,6 @@
 Simply run this script in a directory containing a buildout.cfg.
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
-
-$Id$
 """
 
 import os, shutil, sys, tempfile, urllib2

Modified: zope.authentication/trunk/setup.py
===================================================================
--- zope.authentication/trunk/setup.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/setup.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Setup for zope.authentication package
-
-$Id$
 """
 import os
 from setuptools import setup, find_packages

Modified: zope.authentication/trunk/src/zope/authentication/interfaces.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/interfaces.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/interfaces.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Authentication interfaces
-
-$Id$
 """
 from zope.interface import Interface
 from zope.security.interfaces import IPrincipal, IGroup

Modified: zope.authentication/trunk/src/zope/authentication/loginpassword.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/loginpassword.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/loginpassword.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Login/Password provider. 
-
-$Id$
 """
 from zope.interface import implements
 from zope.authentication.interfaces import ILoginPassword

Modified: zope.authentication/trunk/src/zope/authentication/logout.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/logout.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/logout.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """ILogout implementations
-
-$Id$
 """
 from zope.component import adapts
 from zope.interface import implements, Interface

Modified: zope.authentication/trunk/src/zope/authentication/principal.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/principal.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/principal.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Principal source and helper function
-
-$Id$
 """
 from zope.browser.interfaces import ITerms
 from zope.component import getUtility, queryNextUtility, adapts

Modified: zope.authentication/trunk/src/zope/authentication/tests/test_loginpassword.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/tests/test_loginpassword.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/tests/test_loginpassword.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Test Login and Password
-
-$Id$
 """
 import unittest
 

Modified: zope.authentication/trunk/src/zope/authentication/tests/test_logout.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/tests/test_logout.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/tests/test_logout.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 """
-$Id$
+Logout Test
 """
 import doctest
 import unittest

Modified: zope.authentication/trunk/src/zope/authentication/tests/test_principal.py
===================================================================
--- zope.authentication/trunk/src/zope/authentication/tests/test_principal.py	2010-06-02 22:46:50 UTC (rev 112945)
+++ zope.authentication/trunk/src/zope/authentication/tests/test_principal.py	2010-06-03 03:12:49 UTC (rev 112946)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Test for principal lookup related functionality
-
-$Id$
 """
 import doctest
 import unittest



More information about the checkins mailing list