##// END OF EJS Templates
Fix typo.
walter.doerwald -
Show More
@@ -2208,7 +2208,7 b' except ImportError:'
2208 try:
2208 try:
2209 from igrid import igrid
2209 from igrid import igrid
2210 except ImportError:
2210 except ImportError:
2211 # no wx either do => use ``idump`` as the default display.
2211 # no wx either => use ``idump`` as the default display.
2212 defaultdisplay = idump
2212 defaultdisplay = idump
2213 else:
2213 else:
2214 defaultdisplay = igrid
2214 defaultdisplay = igrid
General Comments 0
You need to be logged in to leave comments. Login now