##// END OF EJS Templates
Run thread update when connecting to websocket to get missed posts if the...
Run thread update when connecting to websocket to get missed posts if the browser was closed

File last commit:

r692:d0013853 1.8-dev
r892:6155490b default
Show More
base.py
9 lines | 177 B | text/x-python | PythonLexer
__author__ = 'neko259'
class Viewable():
def __init__(self):
pass
def get_view(self, *args, **kwargs):
"""Get an HTML view for a model"""
pass