Fix ImportError when building Sphinx

This commit is contained in:
Takafumi Arakaki
2013-03-12 19:35:20 +01:00
parent 43ff06d7ea
commit c8c26f52b9

View File

@@ -14,10 +14,10 @@ Blackbox Tests (run.py)
.. automodule:: test.run
Regression Tests (regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Regression Tests (test_regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: test.regression
.. automodule:: test.test_regression
Refactoring Tests (refactor.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~