[Checkins] SVN: five.localsitemanager/trunk/ Removed some remaining $Id$ markers. We don't use them consistently anymore for a long time.

Hanno Schlichting hannosch at hannosch.eu
Sun Sep 27 08:12:06 EDT 2009


Log message for revision 104575:
  Removed some remaining $Id$ markers. We don't use them consistently anymore for a long time.
  

Changed:
  U   five.localsitemanager/trunk/bootstrap.py
  U   five.localsitemanager/trunk/setup.py
  U   five.localsitemanager/trunk/src/five/localsitemanager/__init__.py
  U   five.localsitemanager/trunk/src/five/localsitemanager/browser.py
  U   five.localsitemanager/trunk/src/five/localsitemanager/registry.py

-=-
Modified: five.localsitemanager/trunk/bootstrap.py
===================================================================
--- five.localsitemanager/trunk/bootstrap.py	2009-09-27 12:09:52 UTC (rev 104574)
+++ five.localsitemanager/trunk/bootstrap.py	2009-09-27 12:12:06 UTC (rev 104575)
@@ -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: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2009-09-27 12:09:52 UTC (rev 104574)
+++ five.localsitemanager/trunk/setup.py	2009-09-27 12:12:06 UTC (rev 104575)
@@ -1,6 +1,4 @@
 """Setup for five.localsitemanager package
-
-$Id$
 """
 from setuptools import setup
 

Modified: five.localsitemanager/trunk/src/five/localsitemanager/__init__.py
===================================================================
--- five.localsitemanager/trunk/src/five/localsitemanager/__init__.py	2009-09-27 12:09:52 UTC (rev 104574)
+++ five.localsitemanager/trunk/src/five/localsitemanager/__init__.py	2009-09-27 12:12:06 UTC (rev 104575)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """Local site manager for Zope 2.
-
-$Id$
 """
 
 from Acquisition import aq_base

Modified: five.localsitemanager/trunk/src/five/localsitemanager/browser.py
===================================================================
--- five.localsitemanager/trunk/src/five/localsitemanager/browser.py	2009-09-27 12:09:52 UTC (rev 104574)
+++ five.localsitemanager/trunk/src/five/localsitemanager/browser.py	2009-09-27 12:12:06 UTC (rev 104575)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """Management view for local site manager.
-
-$Id$
 """
 
 from zope.site.hooks import setSite

Modified: five.localsitemanager/trunk/src/five/localsitemanager/registry.py
===================================================================
--- five.localsitemanager/trunk/src/five/localsitemanager/registry.py	2009-09-27 12:09:52 UTC (rev 104574)
+++ five.localsitemanager/trunk/src/five/localsitemanager/registry.py	2009-09-27 12:12:06 UTC (rev 104575)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """Component registry for local site manager.
-
-$Id$
 """
 
 import Acquisition



More information about the checkins mailing list