Mercurial > hg
view tests/test-doctest.py @ 4960:c79e3fa6dc29
Remove unused pprint import and the commented line which used it before.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 21 Jul 2007 10:43:29 +0200 |
parents | 306055f5b65c |
children | 167c422c745f |
line wrap: on
line source
import doctest import mercurial.changelog # test doctest from changelog doctest.testmod(mercurial.changelog)