[Checkins] SVN: RestrictedPython/trunk/ remove CVS fossils

David Glick davidglick at onenw.org
Fri Jul 9 12:31:11 EDT 2010


Log message for revision 114383:
  remove CVS fossils

Changed:
  U   RestrictedPython/trunk/bootstrap.py
  U   RestrictedPython/trunk/setup.py
  U   RestrictedPython/trunk/src/RestrictedPython/Eval.py
  U   RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py
  U   RestrictedPython/trunk/src/RestrictedPython/__init__.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py
  U   RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py

-=-
Modified: RestrictedPython/trunk/bootstrap.py
===================================================================
--- RestrictedPython/trunk/bootstrap.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/bootstrap.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -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: RestrictedPython/trunk/setup.py
===================================================================
--- RestrictedPython/trunk/setup.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/setup.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Setup for RestrictedPython package
-
-$Id$
 """
 import os
 from setuptools import setup, find_packages

Modified: RestrictedPython/trunk/src/RestrictedPython/Eval.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/Eval.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/Eval.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """Restricted Python Expressions
-
-$Id$
 """
 
 __version__='$Revision: 1.6 $'[11:-2]

Modified: RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/SelectCompiler.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -11,8 +11,6 @@
 #
 ##############################################################################
 """Compiler selector.
-
-$Id$
 """
 
 # Use the compiler from the standard library.

Modified: RestrictedPython/trunk/src/RestrictedPython/__init__.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/__init__.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/__init__.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -12,7 +12,6 @@
 ##############################################################################
 '''
 RestrictedPython package.
-$Id$
 '''
 
 from SelectCompiler import *

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -22,8 +22,6 @@
 checkBeforeAndAfter() unit tests, which verifies that the restricted compiler
 actually produces the same output as would be output by the normal compiler
 for the after function.
-
-$Id$
 """
 
 # getattr

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after24.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -22,8 +22,6 @@
 checkBeforeAndAfter() unit tests, which verifies that the restricted compiler
 actually produces the same output as would be output by the normal compiler
 for the after function.
-
-$Id$
 """
 
 def simple_generator_expression_before():

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after25.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -22,8 +22,6 @@
 checkBeforeAndAfter() unit tests, which verifies that the restricted compiler
 actually produces the same output as would be output by the normal compiler
 for the after function.
-
-$Id: before_and_after24.py 76322 2007-06-04 17:40:03Z philikon $
 """
 
 def simple_ternary_if_before():

Modified: RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py	2010-07-09 16:21:35 UTC (rev 114382)
+++ RestrictedPython/trunk/src/RestrictedPython/tests/before_and_after26.py	2010-07-09 16:31:10 UTC (rev 114383)
@@ -22,8 +22,6 @@
 checkBeforeAndAfter() unit tests, which verifies that the restricted compiler
 actually produces the same output as would be output by the normal compiler
 for the after function.
-
-$Id: before_and_after24.py 76322 2007-06-04 17:40:03Z philikon $
 """
 
 def simple_context_before():



More information about the checkins mailing list