summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorSebastian Ramacher <s.ramacher@gmx.at>2011-10-10 16:14:17 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 16:22:44 -0400
commit6f57a84b68987b877817b49e994694884f43aea6 (patch)
tree36e1d18466fc2037f3cbbfd09ec9c0228c987fa6 /Doc
parent186e1a719eca195ebc953d88cbdb54d90bae5520 (diff)
downloadpycrypto-6f57a84b68987b877817b49e994694884f43aea6.tar.gz
update the exclude-introspect field in epydoc to the new module locations
Applied patch from Debian python-crypto 2.3-3: debian/patches/epydoc-exclude-introspect.patch
Diffstat (limited to 'Doc')
-rw-r--r--Doc/epydoc-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/epydoc-config b/Doc/epydoc-config
index ffd7cce..fbe3c86 100644
--- a/Doc/epydoc-config
+++ b/Doc/epydoc-config
@@ -15,4 +15,4 @@ link: <a href="http://www.pycrypto.org/">PyCrypto.org</a>
# The documentation is usually built on a Linux machine; nt.py tries to
# import the winrandom module.
-exclude-introspect: ^Crypto\.Util\.osentropy\.nt$
+exclude-introspect: ^Crypto\.Random\.OSRNG\.nt|Crypto\.Util\.winrandom$