[Checkins] SVN: z3c.profiler/trunk/ cleanup and prepare for release

Roger Ineichen roger at projekt01.ch
Mon Jan 21 05:05:32 EST 2008


Log message for revision 83051:
  cleanup and prepare for release

Changed:
  U   z3c.profiler/trunk/CHANGES.txt
  U   z3c.profiler/trunk/src/z3c/profiler/__init__.py
  U   z3c.profiler/trunk/src/z3c/profiler/browser/__init__.py
  U   z3c.profiler/trunk/src/z3c/profiler/wsgi.py

-=-
Modified: z3c.profiler/trunk/CHANGES.txt
===================================================================
--- z3c.profiler/trunk/CHANGES.txt	2008-01-21 10:01:44 UTC (rev 83050)
+++ z3c.profiler/trunk/CHANGES.txt	2008-01-21 10:05:32 UTC (rev 83051)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-Version 1.0.0 (28.9.2007)
--------------------------
+0.5.0 (2007-01-21)
+------------------
 
 - Initial Release

Modified: z3c.profiler/trunk/src/z3c/profiler/__init__.py
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/__init__.py	2008-01-21 10:01:44 UTC (rev 83050)
+++ z3c.profiler/trunk/src/z3c/profiler/__init__.py	2008-01-21 10:05:32 UTC (rev 83051)
@@ -1 +1 @@
-# This file is necessary to make this directory a package.
+# make a package.

Modified: z3c.profiler/trunk/src/z3c/profiler/browser/__init__.py
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/browser/__init__.py	2008-01-21 10:01:44 UTC (rev 83050)
+++ z3c.profiler/trunk/src/z3c/profiler/browser/__init__.py	2008-01-21 10:05:32 UTC (rev 83051)
@@ -1,16 +1 @@
-##############################################################################
-#
-# Copyright (c) 2006 Zope Foundation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""
-$Id: __init__.py 72088 2007-01-18 01:09:33Z rogerineichen $
-"""
+# make a package

Modified: z3c.profiler/trunk/src/z3c/profiler/wsgi.py
===================================================================
--- z3c.profiler/trunk/src/z3c/profiler/wsgi.py	2008-01-21 10:01:44 UTC (rev 83050)
+++ z3c.profiler/trunk/src/z3c/profiler/wsgi.py	2008-01-21 10:05:32 UTC (rev 83051)
@@ -22,8 +22,6 @@
 
 from zope.app.wsgi import WSGIPublisherApplication
 
-#from z3c.profiler import stats
-
 _lock = RLock()
 _calls = 1
 _stats = {}



More information about the Checkins mailing list