Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/help.py @ 9678:e2b1de5fee04
remove unused imports
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sat, 31 Oct 2009 16:56:58 +0100 |
parents | c904e76e3834 |
children | b52f0f221325 |
comparison
equal
deleted
inserted
replaced
9677:0c072e63e3e7 | 9678:e2b1de5fee04 |
---|---|
5 # This software may be used and distributed according to the terms of the | 5 # This software may be used and distributed according to the terms of the |
6 # GNU General Public License version 2, incorporated herein by reference. | 6 # GNU General Public License version 2, incorporated herein by reference. |
7 | 7 |
8 from i18n import gettext, _ | 8 from i18n import gettext, _ |
9 import sys, os | 9 import sys, os |
10 import extensions, util | 10 import extensions |
11 | 11 |
12 | 12 |
13 def moduledoc(file): | 13 def moduledoc(file): |
14 '''return the top-level python documentation for the given file | 14 '''return the top-level python documentation for the given file |
15 | 15 |