Ignore:
Timestamp:
Jun 11, 2012 10:09:09 AM (11 years ago)
Author:
jemian
Message:

initial checkin

Location:
specdomain/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • specdomain/src

    • Property svn:ignore set to
      refs
  • specdomain/src/sphinxcontrib/__init__.py

    r889 r898  
     1# -*- coding: utf-8 -*-
    12# $Id$
     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 TracChangeset for help on using the changeset viewer.