Show More
@@ -32,8 +32,9 b' else:' | |||||
32 | try: |
|
32 | try: | |
33 | curses |
|
33 | curses | |
34 | except NameError: |
|
34 | except NameError: | |
35 | raise util.Abort( |
|
35 | if os.name != 'nt': # Temporary hack to get running on Windows again | |
36 | _('the python curses/wcurses module is not available/installed')) |
|
36 | raise util.Abort( | |
|
37 | _('the python curses/wcurses module is not available/installed')) | |||
37 |
|
38 | |||
38 | _origstdout = sys.__stdout__ # used by gethw() |
|
39 | _origstdout = sys.__stdout__ # used by gethw() | |
39 |
|
40 |
General Comments 0
You need to be logged in to leave comments.
Login now