[Python-modules-commits] r2703 - /packages/cheetah/trunk/debian/patches/02_clean_modules.patch

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Wed Jul 11 13:39:06 UTC 2007


Author: arnau-guest
Date: Wed Jul 11 13:39:06 2007
New Revision: 2703

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2703
Log:
Update clean_modules patch

Modified:
    packages/cheetah/trunk/debian/patches/02_clean_modules.patch

Modified: packages/cheetah/trunk/debian/patches/02_clean_modules.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/patches/02_clean_modules.patch?rev=2703&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/patches/02_clean_modules.patch (original)
+++ packages/cheetah/trunk/debian/patches/02_clean_modules.patch Wed Jul 11 13:39:06 2007
@@ -1,277 +1,278 @@
-diff -urN cheetah-2.0rc7.old/src/CheetahWrapper.py cheetah-2.0rc7/src/CheetahWrapper.py
---- cheetah-2.0rc7.old/src/CheetahWrapper.py	2006-02-04 01:59:46.000000000 +0100
-+++ cheetah-2.0rc7/src/CheetahWrapper.py	2006-08-21 12:51:56.000000000 +0200
+diff -urN src/CheetahWrapper.py.old src/CheetahWrapper.py
+--- src/CheetahWrapper.py.old	2006-02-04 01:59:46.000000000 +0100
++++ src/CheetahWrapper.py	2006-08-21 12:51:56.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: CheetahWrapper.py,v 1.25 2006/02/04 00:59:46 tavis_rudd Exp $
  """Cheetah command-line interface.
  
-diff -urN cheetah-2.0rc7.old/src/Compiler.py cheetah-2.0rc7/src/Compiler.py
---- cheetah-2.0rc7.old/src/Compiler.py	2006-06-22 02:18:22.000000000 +0200
-+++ cheetah-2.0rc7/src/Compiler.py	2006-08-21 12:51:58.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: Compiler.py,v 1.148 2006/06/22 00:18:22 tavis_rudd Exp $
+diff -urN src/Compiler.py src/Compiler.py
+--- src/Compiler.py.old	2006-06-22 02:18:22.000000000 +0200
++++ src/Compiler.py	2006-08-21 12:51:58.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Compiler.py,v 1.155 2007/04/04 00:28:35 tavis_rudd Exp $
  """Compiler classes for Cheetah:
  ModuleCompiler aka 'Compiler'
-diff -urN cheetah-2.0rc7.old/src/DummyTransaction.py cheetah-2.0rc7/src/DummyTransaction.py
---- cheetah-2.0rc7.old/src/DummyTransaction.py	2006-01-31 06:06:34.000000000 +0100
-+++ cheetah-2.0rc7/src/DummyTransaction.py	2006-08-21 12:52:00.000000000 +0200
+diff -urN src/DummyTransaction.py src/DummyTransaction.py
+--- src/DummyTransaction.py.old	2006-01-31 06:06:34.000000000 +0100
++++ src/DummyTransaction.py	2006-08-21 12:52:00.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: DummyTransaction.py,v 1.13 2005/11/13 01:12:13 tavis_rudd Exp $
  
  """Provides dummy Transaction and Response classes is used by Cheetah in place
-diff -urN cheetah-2.0rc7.old/src/ErrorCatchers.py cheetah-2.0rc7/src/ErrorCatchers.py
---- cheetah-2.0rc7.old/src/ErrorCatchers.py	2005-01-03 20:59:07.000000000 +0100
-+++ cheetah-2.0rc7/src/ErrorCatchers.py	2006-08-21 12:52:04.000000000 +0200
+diff -urN src/ErrorCatchers.py src/ErrorCatchers.py
+--- src/ErrorCatchers.py.old	2005-01-03 20:59:07.000000000 +0100
++++ src/ErrorCatchers.py	2006-08-21 12:52:04.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: ErrorCatchers.py,v 1.7 2005/01/03 19:59:07 tavis_rudd Exp $
  """ErrorCatcher class for Cheetah Templates
  
-diff -urN cheetah-2.0rc7.old/src/FileUtils.py cheetah-2.0rc7/src/FileUtils.py
---- cheetah-2.0rc7.old/src/FileUtils.py	2005-11-02 23:26:07.000000000 +0100
-+++ cheetah-2.0rc7/src/FileUtils.py	2006-08-21 12:52:06.000000000 +0200
+diff -urN src/FileUtils.py src/FileUtils.py
+--- src/FileUtils.py.old	2005-11-02 23:26:07.000000000 +0100
++++ src/FileUtils.py		2006-08-21 12:52:06.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: FileUtils.py,v 1.12 2005/11/02 22:26:07 tavis_rudd Exp $
  """File utitilies for Python:
  
-diff -urN cheetah-2.0rc7.old/src/Filters.py cheetah-2.0rc7/src/Filters.py
---- cheetah-2.0rc7.old/src/Filters.py	2006-06-22 02:03:07.000000000 +0200
-+++ cheetah-2.0rc7/src/Filters.py	2006-08-21 12:52:07.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: Filters.py,v 1.28 2006/06/16 20:15:24 hierro Exp $
+diff -urN src/Filters.py src/Filters.py
+--- src/Filters.py.old	2006-06-22 02:03:07.000000000 +0200
++++ src/Filters.py	2006-08-21 12:52:07.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Filters.py,v 1.32 2007/03/29 19:31:15 tavis_rudd Exp $
  """Filters for the #filter directive; output filters Cheetah's $placeholders .
  
-diff -urN cheetah-2.0rc7.old/src/ImportHooks.py cheetah-2.0rc7/src/ImportHooks.py
---- cheetah-2.0rc7.old/src/ImportHooks.py	2006-06-20 21:23:27.000000000 +0200
-+++ cheetah-2.0rc7/src/ImportHooks.py	2006-08-21 12:52:09.000000000 +0200
+diff -urN src/ImportHooks.py src/ImportHooks.py
+--- src/ImportHooks.py.old	2006-06-20 21:23:27.000000000 +0200
++++ src/ImportHooks.py		2006-08-21 12:52:09.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: ImportHooks.py,v 1.25 2006/06/20 19:23:27 tavis_rudd Exp $
  
  """Provides some import hooks to allow Cheetah's .tmpl files to be imported
-diff -urN cheetah-2.0rc7.old/src/ImportManager.py cheetah-2.0rc7/src/ImportManager.py
---- cheetah-2.0rc7.old/src/ImportManager.py	2006-01-27 20:00:20.000000000 +0100
-+++ cheetah-2.0rc7/src/ImportManager.py	2006-08-21 12:52:12.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: ImportManager.py,v 1.5 2006/01/27 19:00:20 tavis_rudd Exp $
+diff -urN src/ImportManager.py src/ImportManager.py
+--- src/ImportManager.py.old	2006-01-27 20:00:20.000000000 +0100
++++ src/ImportManager.py	2006-08-21 12:52:12.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: ImportManager.py,v 1.6 2007/04/03 01:56:24 tavis_rudd Exp $
  
  """Provides an emulator/replacement for Python's standard import system.
-diff -urN cheetah-2.0rc7.old/src/NameMapper.py cheetah-2.0rc7/src/NameMapper.py
---- cheetah-2.0rc7.old/src/NameMapper.py	2006-01-15 21:27:42.000000000 +0100
-+++ cheetah-2.0rc7/src/NameMapper.py	2006-08-21 12:52:23.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: NameMapper.py,v 1.29 2006/01/15 20:27:42 tavis_rudd Exp $
+diff -urN src/NameMapper.py src/NameMapper.py
+--- src/NameMapper.py.old	2006-01-15 21:27:42.000000000 +0100
++++ src/NameMapper.py		2006-08-21 12:52:23.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: NameMapper.py,v 1.30 2007/04/03 01:58:20 tavis_rudd Exp $
  
  """This module supports Cheetah's optional NameMapper syntax.
-diff -urN cheetah-2.0rc7.old/src/Parser.py cheetah-2.0rc7/src/Parser.py
---- cheetah-2.0rc7.old/src/Parser.py	2006-06-22 01:49:14.000000000 +0200
-+++ cheetah-2.0rc7/src/Parser.py	2006-08-21 12:52:25.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: Parser.py,v 1.130 2006/06/21 23:49:14 tavis_rudd Exp $
+diff -urN src/Parser.py src/Parser.py
+--- src/Parser.py.old	2006-06-22 01:49:14.000000000 +0200
++++ src/Parser.py	2006-08-21 12:52:25.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Parser.py,v 1.134 2007/04/04 00:28:50 tavis_rudd Exp $
  """Parser classes for Cheetah's Compiler
  
-diff -urN cheetah-2.0rc7.old/src/Servlet.py cheetah-2.0rc7/src/Servlet.py
---- cheetah-2.0rc7.old/src/Servlet.py	2006-02-05 00:06:15.000000000 +0100
-+++ cheetah-2.0rc7/src/Servlet.py	2006-08-21 12:52:27.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: Servlet.py,v 1.40 2006/02/04 23:06:15 tavis_rudd Exp $
+diff -urN src/Servlet.py src/Servlet.py
+--- src/Servlet.py.old	2006-02-05 00:06:15.000000000 +0100
++++ src/Servlet.py	2006-08-21 12:52:27.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Servlet.py,v 1.41 2007/04/04 00:55:27 tavis_rudd Exp $
  """Provides an abstract Servlet baseclass for Cheetah's Template class
  
-diff -urN cheetah-2.0rc7.old/src/SettingsManager.py cheetah-2.0rc7/src/SettingsManager.py
---- cheetah-2.0rc7.old/src/SettingsManager.py	2006-01-29 08:19:12.000000000 +0100
-+++ cheetah-2.0rc7/src/SettingsManager.py	2006-08-21 12:52:31.000000000 +0200
+diff -urN src/SettingsManager.py src/SettingsManager.py
+--- src/SettingsManager.py.old	2006-01-29 08:19:12.000000000 +0100
++++ src/SettingsManager.py	2006-08-21 12:52:31.000000000 +0200
 @@ -1,5 +1,3 @@
 -#!/usr/bin/env python
 -
  """Provides a mixin/base class for collecting and managing application settings
  
  Meta-Data
-diff -urN cheetah-2.0rc7.old/src/SourceReader.py cheetah-2.0rc7/src/SourceReader.py
---- cheetah-2.0rc7.old/src/SourceReader.py	2006-02-05 03:10:30.000000000 +0100
-+++ cheetah-2.0rc7/src/SourceReader.py	2006-08-21 12:52:33.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: SourceReader.py,v 1.14 2006/01/18 03:16:59 tavis_rudd Exp $
+diff -urN src/SourceReader.py src/SourceReader.py
+--- src/SourceReader.py.old	2006-02-05 03:10:30.000000000 +0100
++++ src/SourceReader.py		2006-08-21 12:52:33.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: SourceReader.py,v 1.15 2007/04/03 01:57:42 tavis_rudd Exp $
  """SourceReader class for Cheetah's Parser and CodeGenerator
  
-diff -urN cheetah-2.0rc7.old/src/Template.py cheetah-2.0rc7/src/Template.py
---- cheetah-2.0rc7.old/src/Template.py	2006-07-05 01:09:35.000000000 +0200
-+++ cheetah-2.0rc7/src/Template.py	2006-08-21 12:52:34.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: Template.py,v 1.181 2006/06/22 20:25:16 hierro Exp $
+diff -urN src/Template.py src/Template.py
+--- src/Template.py.old	2006-07-05 01:09:35.000000000 +0200
++++ src/Template.py	2006-08-21 12:52:34.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Template.py,v 1.184 2007/04/04 00:56:05 tavis_rudd Exp $
  """Provides the core API for Cheetah.
  
-diff -urN cheetah-2.0rc7.old/src/TemplateCmdLineIface.py cheetah-2.0rc7/src/TemplateCmdLineIface.py
---- cheetah-2.0rc7.old/src/TemplateCmdLineIface.py	2006-01-10 21:34:35.000000000 +0100
-+++ cheetah-2.0rc7/src/TemplateCmdLineIface.py	2006-08-21 12:52:36.000000000 +0200
+diff -urN src/TemplateCmdLineIface.py src/TemplateCmdLineIface.py
+--- src/TemplateCmdLineIface.py.old	2006-01-10 21:34:35.000000000 +0100
++++ src/TemplateCmdLineIface.py		2006-08-21 12:52:36.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: TemplateCmdLineIface.py,v 1.13 2006/01/10 20:34:35 tavis_rudd Exp $
  
  """Provides a command line interface to compiled Cheetah template modules.
-diff -urN cheetah-2.0rc7.old/src/Templates/SkeletonPage.py cheetah-2.0rc7/src/Templates/SkeletonPage.py
---- cheetah-2.0rc7.old/src/Templates/SkeletonPage.py	2006-02-05 03:52:34.000000000 +0100
-+++ cheetah-2.0rc7/src/Templates/SkeletonPage.py	2006-08-21 12:52:42.000000000 +0200
+diff -urN src/Templates/SkeletonPage.py src/Templates/SkeletonPage.py
+--- src/Templates/SkeletonPage.py.old	2006-02-05 03:52:34.000000000 +0100
++++ src/Templates/SkeletonPage.py	2006-08-21 12:52:42.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  
  
  """A Skeleton HTML page template, that provides basic structure and utility methods.
-diff -urN cheetah-2.0rc7.old/src/Templates/_SkeletonPage.py cheetah-2.0rc7/src/Templates/_SkeletonPage.py
---- cheetah-2.0rc7.old/src/Templates/_SkeletonPage.py	2006-01-07 08:18:28.000000000 +0100
-+++ cheetah-2.0rc7/src/Templates/_SkeletonPage.py	2006-08-21 12:52:49.000000000 +0200
+diff -urN src/Templates/_SkeletonPage.py src/Templates/_SkeletonPage.py
+--- src/Templates/_SkeletonPage.py.old	2006-01-07 08:18:28.000000000 +0100
++++ src/Templates/_SkeletonPage.py	2006-08-21 12:52:49.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: _SkeletonPage.py,v 1.13 2002/10/01 17:52:02 tavis_rudd Exp $
  """A baseclass for the SkeletonPage template
  
-diff -urN cheetah-2.0rc7.old/src/Templates/__init__.py cheetah-2.0rc7/src/Templates/__init__.py
---- cheetah-2.0rc7.old/src/Templates/__init__.py	2001-06-13 05:50:40.000000000 +0200
-+++ cheetah-2.0rc7/src/Templates/__init__.py	2006-08-21 12:52:52.000000000 +0200
+diff -urN src/Templates/__init__.py src/Templates/__init__.py
+--- src/Templates/__init__.py.old	2001-06-13 05:50:40.000000000 +0200
++++ src/Templates/__init__.py	2006-08-21 12:52:52.000000000 +0200
 @@ -1 +1 @@
 -#!/usr/bin/env python
 +
-diff -urN cheetah-2.0rc7.old/src/Tests/CheetahWrapper.py cheetah-2.0rc7/src/Tests/CheetahWrapper.py
---- cheetah-2.0rc7.old/src/Tests/CheetahWrapper.py	2006-01-29 03:51:10.000000000 +0100
-+++ cheetah-2.0rc7/src/Tests/CheetahWrapper.py	2006-08-21 12:52:57.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: CheetahWrapper.py,v 1.5 2006/01/07 07:18:44 tavis_rudd Exp $
+diff -urN src/Tests/CheetahWrapper.py src/Tests/CheetahWrapper.py
+--- src/Tests/CheetahWrapper.py.old	2006-01-29 03:51:10.000000000 +0100
++++ src/Tests/CheetahWrapper.py		2006-08-21 12:52:57.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: CheetahWrapper.py,v 1.6 2007/03/28 16:17:41 tavis_rudd Exp $
  """Tests for the 'cheetah' command.
  
-diff -urN cheetah-2.0rc7.old/src/Tests/FileRefresh.py cheetah-2.0rc7/src/Tests/FileRefresh.py
---- cheetah-2.0rc7.old/src/Tests/FileRefresh.py	2002-10-01 19:52:03.000000000 +0200
-+++ cheetah-2.0rc7/src/Tests/FileRefresh.py	2006-08-21 12:53:00.000000000 +0200
+diff -urN src/Tests/FileRefresh.py src/Tests/FileRefresh.py
+--- src/Tests/FileRefresh.py.old	2002-10-01 19:52:03.000000000 +0200
++++ src/Tests/FileRefresh.py		2006-08-21 12:53:00.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: FileRefresh.py,v 1.6 2002/10/01 17:52:03 tavis_rudd Exp $
  """Tests to make sure that the file-update-monitoring code is working properly
  
-diff -urN cheetah-2.0rc7.old/src/Tests/NameMapper.py cheetah-2.0rc7/src/Tests/NameMapper.py
---- cheetah-2.0rc7.old/src/Tests/NameMapper.py	2006-01-15 21:45:22.000000000 +0100
-+++ cheetah-2.0rc7/src/Tests/NameMapper.py	2006-08-21 12:53:05.000000000 +0200
+diff -urN src/Tests/NameMapper.py src/Tests/NameMapper.py
+--- src/Tests/NameMapper.py.old	2006-01-15 21:45:22.000000000 +0100
++++ src/Tests/NameMapper.py	2006-08-21 12:53:05.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: NameMapper.py,v 1.11 2006/01/15 20:45:22 tavis_rudd Exp $
  """NameMapper Tests
  
-diff -urN cheetah-2.0rc7.old/src/Tests/SyntaxAndOutput.py cheetah-2.0rc7/src/Tests/SyntaxAndOutput.py
---- cheetah-2.0rc7.old/src/Tests/SyntaxAndOutput.py	2006-06-22 01:48:19.000000000 +0200
-+++ cheetah-2.0rc7/src/Tests/SyntaxAndOutput.py	2006-08-21 12:53:08.000000000 +0200
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # $Id: SyntaxAndOutput.py,v 1.105 2006/06/21 23:48:19 tavis_rudd Exp $
+diff -urN src/Tests/SyntaxAndOutput.py src/Tests/SyntaxAndOutput.py
+--- src/Tests/SyntaxAndOutput.py.old	2006-06-22 01:48:19.000000000 +0200
++++ src/Tests/SyntaxAndOutput.py	2006-08-21 12:53:08.000000000 +0200
+@@ -1,5 +1,4 @@
+-#!/usr/bin/env python
+ # -*- coding: latin-1 -*-
+ # $Id: SyntaxAndOutput.py,v 1.109 2007/04/04 00:28:21 tavis_rudd Exp $
  """Syntax and Output tests.
  
-diff -urN cheetah-2.0rc7.old/src/Tests/Template.py cheetah-2.0rc7/src/Tests/Template.py
---- cheetah-2.0rc7.old/src/Tests/Template.py	2006-02-03 22:05:50.000000000 +0100
-+++ cheetah-2.0rc7/src/Tests/Template.py	2006-08-21 12:53:10.000000000 +0200
+diff -urN src/Tests/Template.py src/Tests/Template.py
+--- src/Tests/Template.py.old	2006-02-03 22:05:50.000000000 +0100
++++ src/Tests/Template.py	2006-08-21 12:53:10.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: Template.py,v 1.16 2006/02/03 21:05:50 tavis_rudd Exp $
  """Tests of the Template class API
  
-diff -urN cheetah-2.0rc7.old/src/Tests/Test.py cheetah-2.0rc7/src/Tests/Test.py
---- cheetah-2.0rc7.old/src/Tests/Test.py	2006-01-15 21:45:10.000000000 +0100
-+++ cheetah-2.0rc7/src/Tests/Test.py	2006-08-21 12:53:13.000000000 +0200
+diff -urN src/Tests/Test.py src/Tests/Test.py
+--- src/Tests/Test.py.old	2006-01-15 21:45:10.000000000 +0100
++++ src/Tests/Test.py		2006-08-21 12:53:13.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: Test.py,v 1.44 2006/01/15 20:45:10 tavis_rudd Exp $
  """Core module of Cheetah's Unit-testing framework
  
-diff -urN cheetah-2.0rc7.old/src/Tests/unittest_local_copy.py cheetah-2.0rc7/src/Tests/unittest_local_copy.py
---- cheetah-2.0rc7.old/src/Tests/unittest_local_copy.py	2006-01-07 00:33:13.000000000 +0100
-+++ cheetah-2.0rc7/src/Tests/unittest_local_copy.py	2006-08-21 12:53:19.000000000 +0200
+diff -urN src/Tests/unittest_local_copy.py src/Tests/unittest_local_copy.py
+--- src/Tests/unittest_local_copy.py.old	2006-01-07 00:33:13.000000000 +0100
++++ src/Tests/unittest_local_copy.py		2006-08-21 12:53:19.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  """ This is a hacked version of PyUnit that extends its reporting capabilities
  with optional meta data on the test cases.  It also makes it possible to
  separate the standard and error output streams in TextTestRunner.
-diff -urN cheetah-2.0rc7.old/src/Tools/CGITemplate.py cheetah-2.0rc7/src/Tools/CGITemplate.py
---- cheetah-2.0rc7.old/src/Tools/CGITemplate.py	2006-01-29 03:09:59.000000000 +0100
-+++ cheetah-2.0rc7/src/Tools/CGITemplate.py	2006-08-21 12:53:26.000000000 +0200
+diff -urN src/Tools/CGITemplate.py src/Tools/CGITemplate.py
+--- src/Tools/CGITemplate.py.old	2006-01-29 03:09:59.000000000 +0100
++++ src/Tools/CGITemplate.py		2006-08-21 12:53:26.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: CGITemplate.py,v 1.6 2006/01/29 02:09:59 tavis_rudd Exp $
  """A subclass of Cheetah.Template for use in CGI scripts.
  
-diff -urN cheetah-2.0rc7.old/src/Tools/MondoReport.py cheetah-2.0rc7/src/Tools/MondoReport.py
---- cheetah-2.0rc7.old/src/Tools/MondoReport.py	2005-01-02 19:47:42.000000000 +0100
-+++ cheetah-2.0rc7/src/Tools/MondoReport.py	2006-08-21 12:53:31.000000000 +0200
+diff -urN src/Tools/MondoReport.py src/Tools/MondoReport.py
+--- src/Tools/MondoReport.py.old	2005-01-02 19:47:42.000000000 +0100
++++ src/Tools/MondoReport.py		2006-08-21 12:53:31.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  """
  @@TR: This code is pretty much unsupported.
  
-diff -urN cheetah-2.0rc7.old/src/Tools/RecursiveNull.py cheetah-2.0rc7/src/Tools/RecursiveNull.py
---- cheetah-2.0rc7.old/src/Tools/RecursiveNull.py	2001-07-19 04:47:38.000000000 +0200
-+++ cheetah-2.0rc7/src/Tools/RecursiveNull.py	2006-08-21 12:53:37.000000000 +0200
+diff -urN src/Tools/RecursiveNull.py src/Tools/RecursiveNull.py
+--- src/Tools/RecursiveNull.py.old	2001-07-19 04:47:38.000000000 +0200
++++ src/Tools/RecursiveNull.py		2006-08-21 12:53:37.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  """Nothing, but in a friendly way.  Good for filling in for objects you want to
  hide.  If $form.f1 is a RecursiveNull object, then
  $form.f1.anything["you"].might("use") will resolve to the empty string.
-diff -urN cheetah-2.0rc7.old/src/Tools/SiteHierarchy.py cheetah-2.0rc7/src/Tools/SiteHierarchy.py
---- cheetah-2.0rc7.old/src/Tools/SiteHierarchy.py	2001-10-11 05:25:54.000000000 +0200
-+++ cheetah-2.0rc7/src/Tools/SiteHierarchy.py	2006-08-21 12:53:39.000000000 +0200
+diff -urN src/Tools/SiteHierarchy.py src/Tools/SiteHierarchy.py
+--- src/Tools/SiteHierarchy.py.old	2001-10-11 05:25:54.000000000 +0200
++++ src/Tools/SiteHierarchy.py		2006-08-21 12:53:39.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: SiteHierarchy.py,v 1.1 2001/10/11 03:25:54 tavis_rudd Exp $
  """Create menus and crumbs from a site hierarchy.
  
-diff -urN cheetah-2.0rc7.old/src/Utils/Indenter.py cheetah-2.0rc7/src/Utils/Indenter.py
---- cheetah-2.0rc7.old/src/Utils/Indenter.py	2006-01-08 02:09:30.000000000 +0100
-+++ cheetah-2.0rc7/src/Utils/Indenter.py	2006-08-21 12:53:48.000000000 +0200
+diff -urN src/Utils/Indenter.py src/Utils/Indenter.py
+--- src/Utils/Indenter.py.old	2006-01-08 02:09:30.000000000 +0100
++++ src/Utils/Indenter.py	2006-08-21 12:53:48.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: Indenter.py,v 1.7 2006/01/08 01:09:30 tavis_rudd Exp $
  """Indentation maker.
  @@TR: this code is unsupported and largely undocumented ...
-diff -urN cheetah-2.0rc7.old/src/Utils/Misc.py cheetah-2.0rc7/src/Utils/Misc.py
---- cheetah-2.0rc7.old/src/Utils/Misc.py	2005-11-02 23:26:08.000000000 +0100
-+++ cheetah-2.0rc7/src/Utils/Misc.py	2006-08-21 12:53:52.000000000 +0200
+diff -urN src/Utils/Misc.py src/Utils/Misc.py
+--- src/Utils/Misc.py.old	2005-11-02 23:26:08.000000000 +0100
++++ src/Utils/Misc.py		2006-08-21 12:53:52.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: Misc.py,v 1.8 2005/11/02 22:26:08 tavis_rudd Exp $
  """Miscellaneous functions/objects used by Cheetah but also useful standalone.
  
-diff -urN cheetah-2.0rc7.old/src/Utils/VerifyType.py cheetah-2.0rc7/src/Utils/VerifyType.py
---- cheetah-2.0rc7.old/src/Utils/VerifyType.py	2005-11-02 23:26:08.000000000 +0100
-+++ cheetah-2.0rc7/src/Utils/VerifyType.py	2006-08-21 12:53:57.000000000 +0200
+diff -urN src/Utils/VerifyType.py src/Utils/VerifyType.py
+--- src/Utils/VerifyType.py.old	2005-11-02 23:26:08.000000000 +0100
++++ src/Utils/VerifyType.py	2006-08-21 12:53:57.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: VerifyType.py,v 1.4 2005/11/02 22:26:08 tavis_rudd Exp $
  """Functions to verify an argument's type
  
-diff -urN cheetah-2.0rc7.old/src/Utils/WebInputMixin.py cheetah-2.0rc7/src/Utils/WebInputMixin.py
---- cheetah-2.0rc7.old/src/Utils/WebInputMixin.py	2006-01-06 22:56:54.000000000 +0100
-+++ cheetah-2.0rc7/src/Utils/WebInputMixin.py	2006-08-21 12:54:00.000000000 +0200
+diff -urN src/Utils/WebInputMixin.py src/Utils/WebInputMixin.py
+--- src/Utils/WebInputMixin.py.old	2006-01-06 22:56:54.000000000 +0100
++++ src/Utils/WebInputMixin.py		2006-08-21 12:54:00.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: WebInputMixin.py,v 1.10 2006/01/06 21:56:54 tavis_rudd Exp $
  """Provides helpers for Template.webInput(), a method for importing web
  transaction variables in bulk.  See the docstring of webInput for full details.
-diff -urN cheetah-2.0rc7.old/src/Utils/memcache.py cheetah-2.0rc7/src/Utils/memcache.py
---- cheetah-2.0rc7.old/src/Utils/memcache.py	2006-01-28 04:18:45.000000000 +0100
-+++ cheetah-2.0rc7/src/Utils/memcache.py	2006-08-21 12:54:09.000000000 +0200
+diff -urN src/Utils/memcache.py src/Utils/memcache.py
+--- src/Utils/memcache.py.old	2006-01-28 04:18:45.000000000 +0100
++++ src/Utils/memcache.py	2006-08-21 12:54:09.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  
  """
  client module for memcached (memory cache daemon)
-diff -urN cheetah-2.0rc7.old/src/__init__.py cheetah-2.0rc7/src/__init__.py
---- cheetah-2.0rc7.old/src/__init__.py	2006-01-14 05:44:07.000000000 +0100
-+++ cheetah-2.0rc7/src/__init__.py	2006-08-21 12:54:27.000000000 +0200
+diff -urN src/__init__.py src/__init__.py
+--- src/__init__.py.old	2006-01-14 05:44:07.000000000 +0100
++++ src/__init__.py	2006-08-21 12:54:27.000000000 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/env python
  # $Id: __init__.py,v 1.10 2006/01/14 04:44:07 tavis_rudd Exp $




More information about the Python-modules-commits mailing list