Switch to python3
This commit is contained in:
parent
531041e89a
commit
9ba4b6a91a
5286 changed files with 677347 additions and 576888 deletions
13
Darwin/lib/python3.4/site-packages/lxml/usedoctest.py
Normal file
13
Darwin/lib/python3.4/site-packages/lxml/usedoctest.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"""Doctest module for XML comparison.
|
||||
|
||||
Usage::
|
||||
|
||||
>>> import lxml.usedoctest
|
||||
>>> # now do your XML doctests ...
|
||||
|
||||
See `lxml.doctestcompare`
|
||||
"""
|
||||
|
||||
from lxml import doctestcompare
|
||||
|
||||
doctestcompare.temp_install(del_module=__name__)
|
||||
Loading…
Add table
Add a link
Reference in a new issue