[Checkins] SVN: keas.kmi/trunk/src/keas/kmi/ Some cleanup.

Stephan Richter srichter at gmail.com
Wed Sep 29 00:48:53 EDT 2010


Log message for revision 117039:
  Some cleanup.
  

Changed:
  U   keas.kmi/trunk/src/keas/kmi/keyholder.py
  U   keas.kmi/trunk/src/keas/kmi/persistent.py
  U   keas.kmi/trunk/src/keas/kmi/testclient.py
  U   keas.kmi/trunk/src/keas/kmi/testing.py
  U   keas.kmi/trunk/src/keas/kmi/tests.py
  U   keas.kmi/trunk/src/keas/kmi/wsgi.py

-=-
Modified: keas.kmi/trunk/src/keas/kmi/keyholder.py
===================================================================
--- keas.kmi/trunk/src/keas/kmi/keyholder.py	2010-09-29 04:38:02 UTC (rev 117038)
+++ keas.kmi/trunk/src/keas/kmi/keyholder.py	2010-09-29 04:48:52 UTC (rev 117039)
@@ -11,13 +11,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""Simple Key Holder
 """
-$Id
-"""
 __docformat__ = "reStructuredText"
-
 from zope.interface import implements
-
 from keas.kmi.interfaces import IKeyHolder
 
 

Modified: keas.kmi/trunk/src/keas/kmi/persistent.py
===================================================================
--- keas.kmi/trunk/src/keas/kmi/persistent.py	2010-09-29 04:38:02 UTC (rev 117038)
+++ keas.kmi/trunk/src/keas/kmi/persistent.py	2010-09-29 04:48:52 UTC (rev 117039)
@@ -1,6 +1,17 @@
+##############################################################################
+#
+# Copyright (c) 2008 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.
+#
+##############################################################################
 """Encrypted persistent objects
-
-$Id$
 """
 from __future__ import absolute_import
 import cPickle

Modified: keas.kmi/trunk/src/keas/kmi/testclient.py
===================================================================
--- keas.kmi/trunk/src/keas/kmi/testclient.py	2010-09-29 04:38:02 UTC (rev 117038)
+++ keas.kmi/trunk/src/keas/kmi/testclient.py	2010-09-29 04:48:52 UTC (rev 117039)
@@ -11,9 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""Test client to access the KMI server API.
 """
-$Id$
-"""
 __docformat__ = "reStructuredText"
 
 import sys

Modified: keas.kmi/trunk/src/keas/kmi/testing.py
===================================================================
--- keas.kmi/trunk/src/keas/kmi/testing.py	2010-09-29 04:38:02 UTC (rev 117038)
+++ keas.kmi/trunk/src/keas/kmi/testing.py	2010-09-29 04:48:52 UTC (rev 117039)
@@ -11,8 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""Testing Support
 """
-"""
 import StringIO
 import webob
 from zope.publisher import browser

Modified: keas.kmi/trunk/src/keas/kmi/tests.py
===================================================================
--- keas.kmi/trunk/src/keas/kmi/tests.py	2010-09-29 04:38:02 UTC (rev 117038)
+++ keas.kmi/trunk/src/keas/kmi/tests.py	2010-09-29 04:48:52 UTC (rev 117039)
@@ -11,9 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""Test Setup
 """
-$Id$
-"""
 import doctest
 import tempfile
 import transaction

Modified: keas.kmi/trunk/src/keas/kmi/wsgi.py
===================================================================
--- keas.kmi/trunk/src/keas/kmi/wsgi.py	2010-09-29 04:38:02 UTC (rev 117038)
+++ keas.kmi/trunk/src/keas/kmi/wsgi.py	2010-09-29 04:48:52 UTC (rev 117039)
@@ -11,9 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""WSGI application for the Key Management Server.
 """
-WSGI application for the Key Management Server.
-"""
 import keas.kmi
 import os
 from repoze.bfg.router import make_app



More information about the checkins mailing list