##// END OF EJS Templates
Enable test for cells ending in multiline strings, as it now passes....
Enable test for cells ending in multiline strings, as it now passes. Closes gh-306

File last commit:

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