##// END OF EJS Templates
Moving neboard to python3 support (no python2 for now until we figure out how...
Moving neboard to python3 support (no python2 for now until we figure out how to make them both work)

File last commit:

r692:d0013853 1.8-dev
r765:bb8477db 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