Mercurial > hg > mercurial-source
diff mercurial/cmdutil.py @ 10463:5ddde896a19d stable
remove unused imports
author | Brodie Rao <me+hg@dackz.net> |
---|---|
date | Sun, 14 Feb 2010 01:52:31 -0500 (2010-02-14) |
parents | d216fa04e48a |
children | 5868dd69fb03 f1250e2e8fd1 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -7,7 +7,7 @@ from node import hex, nullid, nullrev, short from i18n import _ -import os, sys, errno, re, glob, tempfile, time +import os, sys, errno, re, glob, tempfile import mdiff, bdiff, util, templater, patch, error, encoding, templatekw import match as _match