unused function

This commit is contained in:
Martin A. Brown 2016-02-26 12:21:04 -08:00
parent f1bc2121a6
commit f40ff2f915
1 changed files with 0 additions and 9 deletions

View File

@ -22,15 +22,6 @@ def getDoctypeMembers(membertype):
return found
def getDoctypeModules():
'''returns a list of the modules known in tldp.doctypes
This is the canonical list of doctypes which are recognized and capable of
being processed into outputs. See tldp.doctypes for more information.
'''
return getDoctypeMembers(inspect.ismodule)
def getDoctypeClasses():
'''returns a list of the classes known in tldp.doctypes