comparison hgext/progress.py @ 10463:5ddde896a19d stable

remove unused imports
author Brodie Rao <me+hg@dackz.net>
date Sun, 14 Feb 2010 01:52:31 -0500
parents a94804a8087d
children 149ad0a3ec91
comparison
equal deleted inserted replaced
10462:a94804a8087d 10463:5ddde896a19d
37 item defaults to the last 20 characters of the item, but this can be 37 item defaults to the last 20 characters of the item, but this can be
38 changed by adding either -<num> which would take the last num characters, 38 changed by adding either -<num> which would take the last num characters,
39 or +<num> for the first num characters. 39 or +<num> for the first num characters.
40 """ 40 """
41 41
42 import math
43 import sys 42 import sys
44 import time 43 import time
45 44
46 from mercurial import extensions 45 from mercurial import extensions
47 from mercurial import util 46 from mercurial import util