comparison mercurial/dispatch.py @ 7873:4a4c7f6a5912

cleanup: drop unused imports
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 23 Mar 2009 13:12:07 +0100
parents 14b703252f14
children de377b1a9a84
comparison
equal deleted inserted replaced
7872:f680a1bd679b 7873:4a4c7f6a5912
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 from i18n import _ 8 from i18n import _
9 import os, sys, atexit, signal, pdb, socket, errno, shlex, time 9 import os, sys, atexit, signal, pdb, socket, errno, shlex, time
10 import util, commands, hg, lock, fancyopts, extensions, hook, error 10 import util, commands, hg, fancyopts, extensions, hook, error
11 import cmdutil 11 import cmdutil
12 import ui as _ui 12 import ui as _ui
13 13
14 def run(): 14 def run():
15 "run the command in sys.argv" 15 "run the command in sys.argv"