view bitten/util/__init__.py @ 316:87c9b1e8f086

More docstring improvements.
author cmlenz
date Sat, 26 Nov 2005 15:00:10 +0000
parents 634be6cbb808
children 0df178e07fdb
line wrap: on
line source
# -*- coding: iso8859-1 -*-
#
# -*- coding: iso8859-1 -*-
#
# Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at http://bitten.cmlenz.net/wiki/License.

"""Generic utility functions and classes.

Functionality in these modules have no dependencies on modules outside of this
package, so that they could theoretically be used in other projects.
"""
Copyright (C) 2012-2017 Edgewall Software