Show More
@@ -63,15 +63,7 b' try:' | |||||
63 |
|
63 | |||
64 | curses.error |
|
64 | curses.error | |
65 | except (ImportError, AttributeError): |
|
65 | except (ImportError, AttributeError): | |
66 | # I have no idea if wcurses works with crecord... |
|
66 | curses = False | |
67 | try: |
|
|||
68 | import wcurses as curses |
|
|||
69 |
|
||||
70 | curses.error |
|
|||
71 | except (ImportError, AttributeError): |
|
|||
72 | # wcurses is not shipped on Windows by default, or python is not |
|
|||
73 | # compiled with curses |
|
|||
74 | curses = False |
|
|||
75 |
|
67 | |||
76 |
|
68 | |||
77 | class fallbackerror(error.Abort): |
|
69 | class fallbackerror(error.Abort): |
General Comments 0
You need to be logged in to leave comments.
Login now