mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-10 14:40:58 +03:00
removed tab used spaces preparing 1.0.12 rebuild/updated Daniel
* python/*.py: removed tab used spaces * configure.in libxslt/xsltwin32config.h: preparing 1.0.12 * doc/news.html doc/xslt.html: rebuild/updated Daniel
This commit is contained in:
@ -16,10 +16,10 @@ def f(ctx, str):
|
||||
# Small check to verify the context is correcly accessed
|
||||
#
|
||||
try:
|
||||
pctxt = libxslt.xpathParserContext(_obj=ctx)
|
||||
ctxt = pctxt.context()
|
||||
tctxt = ctxt.transformContext()
|
||||
nodeName = tctxt.insertNode().name
|
||||
pctxt = libxslt.xpathParserContext(_obj=ctx)
|
||||
ctxt = pctxt.context()
|
||||
tctxt = ctxt.transformContext()
|
||||
nodeName = tctxt.insertNode().name
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user