##// END OF EJS Templates
fix default value in interactiveshell.ask_yes_no...
fix default value in interactiveshell.ask_yes_no was True, should be None closes #1026

File last commit:

r3408:261328d5
r5370:30385c4e
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *