source:
geniuswebcore/geniusweb/protocol/session/SessionProtocol.py@
88
Last change on this file since 88 was 88, checked in by , 3 years ago | |
---|---|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[88] | 1 | from pyson.JsonSubTypes import JsonSubTypes |
2 | from geniusweb.protocol.NegoProtocol import NegoProtocol | |
3 | ||
4 | @JsonSubTypes([ "SAOP" ]) | |
5 | class SessionProtocol (NegoProtocol): | |
6 | ''' | |
7 | Interface for all session protocols. | |
8 | ''' | |
9 |
Note:
See TracBrowser
for help on using the repository browser.