windows: fix missing import of util.Abort
authorSune Foldager <cryo@cyanite.org>
Thu, 02 Apr 2009 17:09:17 +0200
changeset 7933 5325596c354c
parent 7932 96501a4abbec
child 7934 ec4784bb7d75
windows: fix missing import of util.Abort
mercurial/windows.py
--- a/mercurial/windows.py	Thu Apr 02 16:49:34 2009 +0200
+++ b/mercurial/windows.py	Thu Apr 02 17:09:17 2009 +0200
@@ -8,6 +8,7 @@
 reference.
 """
 
+from util import Abort
 from i18n import _
 import errno, msvcrt, os, osutil, re, sys
 nulldev = 'NUL:'