comparison 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
comparison
equal deleted inserted replaced
8730:01f0ddb90342 8731:f037187a6f68
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 node import hex, nullid, nullrev, short 8 from node import hex, nullid, nullrev, short
9 from i18n import _ 9 from i18n import _
10 import os, sys, bisect, stat, errno, re, glob 10 import os, sys, errno, re, glob
11 import mdiff, bdiff, util, templater, patch, error, encoding 11 import mdiff, bdiff, util, templater, patch, error, encoding
12 import match as _match 12 import match as _match
13 13
14 revrangesep = ':' 14 revrangesep = ':'
15 15