##// END OF EJS Templates
Fix inline backend logic and avoid tests if mpl not available.
Fix inline backend logic and avoid tests if mpl not available.

File last commit:

r3408:261328d5
r5474:a2fcd13a
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *