mercurial/commands.py
changeset 815 5a55e3011772
parent 814 0902ffece4b4
child 818 eef752151556
child 820 89985a1b3427
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -654,12 +654,6 @@ def identify(ui, repo):
 
 def import_(ui, repo, patch1, *patches, **opts):
     """import an ordered set of patches"""
-    try:
-        import psyco
-        psyco.full()
-    except ImportError:
-        pass
-
     patches = (patch1,) + patches
 
     d = opts["base"]