view bitten/util/__init__.py @ 899:6ac02ad71cc4

Update ChangeLog before 0.6 release.
author hodgestar
date Fri, 11 Mar 2011 11:10:41 +0000
parents 7c80375d4817
children
line wrap: on
line source
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005-2007 Christopher Lenz <cmlenz@gmx.de>
# Copyright (C) 2007-2010 Edgewall Software
# 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.edgewall.org/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.
"""

__docformat__ = 'restructuredtext en'
Copyright (C) 2012-2017 Edgewall Software