Skip to content

Commit

Permalink
Some cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Sep 29, 2010
1 parent 143eb48 commit fc5f2d2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 1 addition & 4 deletions src/keas/kmi/keyholder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id
"""Simple Key Holder
"""
__docformat__ = "reStructuredText"

from zope.interface import implements

from keas.kmi.interfaces import IKeyHolder


Expand Down
15 changes: 13 additions & 2 deletions src/keas/kmi/persistent.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/keas/kmi/testclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id$
"""Test client to access the KMI server API.
"""
__docformat__ = "reStructuredText"

Expand Down
2 changes: 1 addition & 1 deletion src/keas/kmi/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
"""Testing Support
"""
import StringIO
import webob
Expand Down
3 changes: 1 addition & 2 deletions src/keas/kmi/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id$
"""Test Setup
"""
import doctest
import tempfile
Expand Down
3 changes: 1 addition & 2 deletions src/keas/kmi/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
WSGI application for the Key Management Server.
"""WSGI application for the Key Management Server.
"""
import keas.kmi
import os
Expand Down

0 comments on commit fc5f2d2

Please sign in to comment.