##// END OF EJS Templates
Merge pull request #2004 from kramer314/messaging-docs...
Merge pull request #2004 from kramer314/messaging-docs Clarify generic message spec vs. Python message API in docs

File last commit:

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