Show More
@@ -2100,20 +2100,20 b' class AttributeDetail(Table):' | |||
|
2100 | 2100 | |
|
2101 | 2101 | |
|
2102 | 2102 | try: |
|
2103 |
from i |
|
|
2103 | from ibrowse import ibrowse | |
|
2104 | 2104 | except ImportError: |
|
2105 | # no wx | |
|
2105 | # No curses (probably Windows) | |
|
2106 | 2106 | try: |
|
2107 |
from i |
|
|
2107 | from igrid import igrid | |
|
2108 | 2108 | except ImportError: |
|
2109 |
# |
|
|
2109 | # no wx eithevn do => use ``idump`` as the default display. | |
|
2110 | 2110 | defaultdisplay = idump |
|
2111 | 2111 | else: |
|
2112 |
defaultdisplay = i |
|
|
2113 |
__all__.append("i |
|
|
2112 | defaultdisplay = igrid | |
|
2113 | __all__.append("igrid") | |
|
2114 | 2114 | else: |
|
2115 |
defaultdisplay = i |
|
|
2116 |
__all__.append("i |
|
|
2115 | defaultdisplay = ibrowse | |
|
2116 | __all__.append("ibrowse") | |
|
2117 | 2117 | |
|
2118 | 2118 | |
|
2119 | 2119 | # If we're running under IPython, install an IPython displayhook that |
General Comments 0
You need to be logged in to leave comments.
Login now