##// END OF EJS Templates
Fixed creating new thread that was broken after messing up dependencies in...
Fixed creating new thread that was broken after messing up dependencies in latest commit

File last commit:

r951:225d57cf default
r959:1f3bba0a default
Show More
__init__.py
3 lines | 164 B | text/x-python | PythonLexer
neko259
Split thread view into separate views for each mode
r951 from boards.views.thread.thread import ThreadView
from boards.views.thread.normal import NormalThreadView
from boards.views.thread.gallery import GalleryThreadView