mercurial/crecord.py
branchstable
changeset 27532 1be02894dd6f
parent 27530 ba30ef5bba95
child 27533 a801d331a022
--- a/mercurial/crecord.py	Tue Dec 15 16:01:45 2015 -0800
+++ b/mercurial/crecord.py	Wed Dec 16 10:39:00 2015 -0800
@@ -47,13 +47,6 @@
         # compiled with curses
         curses = False
 
-try:
-    curses
-except NameError:
-    if os.name != 'nt':  # Temporary hack to get running on Windows again
-        raise error.Abort(
-            _('the python curses/wcurses module is not available/installed'))
-
 def checkcurses(ui):
     """Return True if the user wants to use curses