# -*- coding: iso-8859-1 -*-

__license__="""
   Copyright 2004-2008 Henning von Bargen (henning.vonbargen arcor.de)
   This software is dual-licenced under the Apache 2.0 and the
   2-clauses BSD license. For details, see license.txt
"""

__version__=''' $Id: __init__.py,v 1.2 2004/05/31 22:22:12 hvbargen Exp $ '''

__doc__= """
Optional plugins for wordaxe can be installed here.
You can also use this package to avoid name conflicts:
For example: import hyphen to import the pyhyphen package
would not work from the wordaxe directory, since wordaxe
itself contains a module "hyphen". But from here, it works.
"""
