Added top-level objects from the sphinxtogithub package to __init__.py so that tests don't need to change their references

This commit is contained in:
winhamwr
2009-12-19 09:07:36 +08:00
committed by Michael Jones
parent 9eaa8f6af6
commit 7088e20e47
+15 -1
View File
@@ -8,4 +8,18 @@ __release__ = ".".join(map(str, VERSION))
__author__ = "Michael Jones"
__contact__ = "http://github.com/michaeljones"
__homepage__ = "http://github.com/michaeljones/sphinx-to-github"
__docformat__ = "restructuredtext"
__docformat__ = "restructuredtext"
from sphinxtogithub import (
setup,
sphinx_extension,
LayoutFactory,
Layout,
DirectoryHandler,
VerboseRename,
ForceRename,
Remover,
FileHandler,
Replacer,
NoDirectoriesError,
)