mercurial/commands.py
changeset 6212 e75aab656f46
parent 6211 f89fd07fc51d
child 6217 fe8dbbe9520d
--- a/mercurial/commands.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/mercurial/commands.py	Thu Mar 06 22:23:41 2008 +0100
@@ -10,7 +10,7 @@
 import os, re, sys, urllib
 import hg, util, revlog, bundlerepo, extensions
 import difflib, patch, time, help, mdiff, tempfile
-import errno, version, socket
+import version, socket
 import archival, changegroup, cmdutil, hgweb.server, sshserver, hbisect
 
 # Commands start here, listed alphabetically