diff mercurial/commands.py @ 9678:e2b1de5fee04

remove unused imports
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 31 Oct 2009 16:56:58 +0100
parents ee913987e4b0
children a1943c2a4661
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Oct 31 16:49:27 2009 +0100
+++ b/mercurial/commands.py	Sat Oct 31 16:56:58 2009 +0100
@@ -8,8 +8,8 @@
 from node import hex, nullid, nullrev, short
 from lock import release
 from i18n import _, gettext
-import os, re, sys, subprocess, difflib, time, tempfile
-import hg, util, revlog, bundlerepo, extensions, copies, context, error
+import os, re, sys, difflib, time, tempfile
+import hg, util, revlog, bundlerepo, extensions, copies, error
 import patch, help, mdiff, url, encoding
 import archival, changegroup, cmdutil, sshserver, hbisect
 from hgweb import server