Skip to content
Snippets Groups Projects
Commit 9e7973deb15a authored by sylvain thenault's avatar sylvain thenault
Browse files

update import

parent 8a1d64616590
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
from cubicweb.web.action import LinkToEntityAction, Action
from cubicweb.web.form import FormViewMixIn
from cubicweb.web.formwidgets import Button
from cubicweb.web.views import baseviews
from cubicweb.web.views import primary, baseviews
from cubicweb.web.component import EntityVComponent
from cubicweb.web.views.basecontrollers import JSonController
......@@ -38,7 +38,7 @@
# comment views ###############################################################
class CommentPrimaryView(baseviews.PrimaryView):
class CommentPrimaryView(primary.PrimaryView):
__select__ = implements('Comment')
def cell_call(self, row, col):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment