##// END OF EJS Templates
Merge pull request #1296 from fperez/wxgui...
Merge pull request #1296 from fperez/wxgui Fix the broken example for `%gui wx` It seems our Wx code was OK, it was just a problem with the example. Closes #645

File last commit:

r3408:261328d5
r6087:6e492bd9 merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *