source: specdomain/src/round1/sphinxcontrib/__init__.py @ 966

Last change on this file since 966 was 907, checked in by jemian, 11 years ago

necessary?

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision URL Header
File size: 374 bytes
Line 
1# -*- coding: utf-8 -*-
2# $Id: __init__.py 907 2012-06-11 22:53:33Z jemian $
3
4"""
5    sphinxcontrib
6    ~~~~~~~~~~~~~
7
8    This package is a namespace package that contains all extensions
9    distributed in the ``sphinx-contrib`` distribution.
10
11    :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
12    :license: BSD, see LICENSE for details.
13"""
14
15__import__('pkg_resources').declare_namespace(__name__)
16
Note: See TracBrowser for help on using the repository browser.