##// END OF EJS Templates
Adding temp refs to msg_type to prevent nested dict gets.
Adding temp refs to msg_type to prevent nested dict gets.

File last commit:

r3408:261328d5
r4236:ff292f9c
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *