Skip to content

Commit

Permalink
[svn r3983] r4816@delle: sbehnel | 2008-10-18 21:29:48 +0200
Browse files Browse the repository at this point in the history
 test fix

--HG--
branch : trunk
  • Loading branch information
scoder committed Oct 18, 2008
1 parent 34e3c2d commit 1b0c1d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/parsing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The usual setup procedure:
>>> from lxml import etree

..
>>> from lxml import usedoctest

>>> try: from StringIO import StringIO
... except ImportError:
... from io import BytesIO
Expand Down

0 comments on commit 1b0c1d8

Please sign in to comment.