Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 8731:f037187a6f68
cleanup: removed unused imports
author | Henri Wiechers <hwiechers@gmail.com> |
---|---|
date | Sun, 07 Jun 2009 21:16:05 +0200 |
parents | b9e0ddb04c5c |
children | 0289f384e1e5 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Mon Jun 08 00:14:24 2009 +0200 +++ b/mercurial/cmdutil.py Sun Jun 07 21:16:05 2009 +0200 @@ -7,7 +7,7 @@ from node import hex, nullid, nullrev, short from i18n import _ -import os, sys, bisect, stat, errno, re, glob +import os, sys, errno, re, glob import mdiff, bdiff, util, templater, patch, error, encoding import match as _match