##// END OF EJS Templates
Fix core and lib tests so that all tests pass.
Fix core and lib tests so that all tests pass.

File last commit:

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