diff options
Diffstat (limited to 'tests/test_docs.py')
| -rw-r--r-- | tests/test_docs.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_docs.py b/tests/test_docs.py index 46c9ed765..952b6ba8c 100644 --- a/tests/test_docs.py +++ b/tests/test_docs.py @@ -9,12 +9,12 @@ if 0: @classmethod def test_docs(cls): - import os - import pkg_resources - import manuel.testing - import manuel.codeblock import manuel.capture + import manuel.codeblock import manuel.ignore + import manuel.testing + import os + import pkg_resources m = manuel.ignore.Manuel() m += manuel.codeblock.Manuel() |
