##// END OF EJS Templates
Remove split_blocks method and function, and the associated tests. Test coverage of IPython.core.inputsplitter remains 100%.
Remove split_blocks method and function, and the associated tests. Test coverage of IPython.core.inputsplitter remains 100%.

File last commit:

r3408:261328d5
r3531:358332df
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from configobj import *
except ImportError:
from _configobj import *