Edgewall Software
close Warning: No coverage annotation found for /trunk/bitten/util/__init__.py for revision range [1001:1001].

source: trunk/bitten/util/__init__.py @ 1001

Last change on this file since 1001 was 910, checked in by osimons, 13 years ago

Updated copyright to 2010.

  • Property svn:eol-style set to native
File size: 589 bytes
CovLine 
1# -*- coding: utf-8 -*-
2#
3# Copyright (C) 2005-2007 Christopher Lenz <cmlenz@gmx.de>
4# Copyright (C) 2007-2010 Edgewall Software
5# All rights reserved.
6#
7# This software is licensed as described in the file COPYING, which
8# you should have received as part of this distribution. The terms
9# are also available at http://bitten.edgewall.org/wiki/License.
10
11"""Generic utility functions and classes.
12
13Functionality in these modules have no dependencies on modules outside of this
14package, so that they could theoretically be used in other projects.
15"""
16
17__docformat__ = 'restructuredtext en'
Note: See TracBrowser for help on using the repository browser.