diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-08-27 20:50:43 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-08-27 20:50:43 +0000 |
| commit | ffa71e84747057982955e2bad3de2f8d3ed97c69 (patch) | |
| tree | 4ec8f8dd55ba1482ee95f1ccbd183cb7ffdb6dc3 /docutils/readers/python | |
| parent | 1f09bdf1e0ea98fa607b0651058837c2c64509b2 (diff) | |
| download | docutils-ffa71e84747057982955e2bad3de2f8d3ed97c69.tar.gz | |
Updated for configuration file reorganization.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1645 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/readers/python')
| -rw-r--r-- | docutils/readers/python/__init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docutils/readers/python/__init__.py b/docutils/readers/python/__init__.py index a346ce32a..5bc832183 100644 --- a/docutils/readers/python/__init__.py +++ b/docutils/readers/python/__init__.py @@ -16,4 +16,6 @@ import docutils.readers class Reader(docutils.readers.Reader): - pass + + config_section = 'python reader' + config_section_dependencies = ('readers',) |
