diff options
Diffstat (limited to 'tests/roots/test-add_source_parser')
-rw-r--r-- | tests/roots/test-add_source_parser/conf.py | 2 | ||||
-rw-r--r-- | tests/roots/test-add_source_parser/source_parser.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/roots/test-add_source_parser/conf.py b/tests/roots/test-add_source_parser/conf.py index eface21e8..9ff50b21e 100644 --- a/tests/roots/test-add_source_parser/conf.py +++ b/tests/roots/test-add_source_parser/conf.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - import os import sys diff --git a/tests/roots/test-add_source_parser/source_parser.py b/tests/roots/test-add_source_parser/source_parser.py index 69898ed91..69ad02db0 100644 --- a/tests/roots/test-add_source_parser/source_parser.py +++ b/tests/roots/test-add_source_parser/source_parser.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from docutils.parsers import Parser |