diff mercurial/commands.py @ 9036:32e678f9045f

split local and stdlib module imports (eases migration issues)
author Alejandro Santos <alejolp@alejolp.com>
date Sun, 05 Jul 2009 11:06:09 +0200
parents 8e34f363dd77
children f8e25885d975
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Jul 05 11:05:31 2009 +0200
+++ b/mercurial/commands.py	Sun Jul 05 11:06:09 2009 +0200
@@ -8,9 +8,9 @@
 from node import hex, nullid, nullrev, short
 from lock import release
 from i18n import _, gettext
-import os, re, sys, subprocess, difflib, time
+import os, re, sys, subprocess, difflib, time, tempfile
 import hg, util, revlog, bundlerepo, extensions, copies, context, error
-import patch, help, mdiff, tempfile, url, encoding
+import patch, help, mdiff, url, encoding
 import archival, changegroup, cmdutil, sshserver, hbisect
 from hgweb import server
 import merge as merge_