Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
compound
Commits
df27f4ee19cd
Commit
9775a7f6
authored
Dec 02, 2020
by
Laurent Peuch
Browse files
fix: class cubicweb.view.EntityAdapter is now available as cubicweb.entity.EntityAdapter
parent
82289682d5a0
Pipeline
#23460
failed with stage
in 2 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_compound/entities.py
View file @
df27f4ee
...
...
@@ -31,7 +31,7 @@ from itertools import chain
from
logilab.common.decorators
import
cachedproperty
from
cubicweb.
view
import
EntityAdapter
from
cubicweb.
entity
import
EntityAdapter
from
cubicweb.predicates
import
is_instance
,
partial_relation_possible
from
.
import
CompositeGraph
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment