diff options
author | Georg Brandl <georg@python.org> | 2009-04-27 16:28:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-27 16:28:57 (GMT) |
commit | 5617db86c39fa92f4acd2b2b93e9890791469f9f (patch) | |
tree | 6c01aac783bbaa512e761bd1dd115a9419b124cc /Lib/pydoc_data/__init__.py | |
parent | 4e869c7e5b007b4f215eccdf6b2e42ac944c05a4 (diff) | |
download | cpython-5617db86c39fa92f4acd2b2b93e9890791469f9f.zip cpython-5617db86c39fa92f4acd2b2b93e9890791469f9f.tar.gz cpython-5617db86c39fa92f4acd2b2b93e9890791469f9f.tar.bz2 |
Merged revisions 71960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line
Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/.
........
Diffstat (limited to 'Lib/pydoc_data/__init__.py')
-rw-r--r-- | Lib/pydoc_data/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/Lib/pydoc_data/__init__.py b/Lib/pydoc_data/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lib/pydoc_data/__init__.py |