pep8 improvement

This commit is contained in:
Martin A. Brown 2016-03-28 11:09:43 -07:00
parent 9b5d6674f9
commit 4658f3101e
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ def xslsingle_finder():
def xslprint_finder():
l = ['http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl',
#'/usr/share/xml/docbook/stylesheet/ldp/fo/tldp-print.xsl',
# '/usr/share/xml/docbook/stylesheet/ldp/fo/tldp-print.xsl',
]
return l[0]
#return firstfoundfile(l)
# return firstfoundfile(l)
class Docbook4XML(BaseDoctype, SignatureChecker):