view tests/test-doctest.py @ 3891:a0b18a8e0460

Fix a pygettext complaint
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Dec 2006 17:32:25 -0600
parents 394ac87f3b74
children 306055f5b65c
line wrap: on
line source

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)