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
file
Commits
29f98954a03a
Commit
781bef23
authored
Dec 02, 2020
by
Laurent Peuch
Browse files
fix: class cubicweb.view.EntityAdapter is now available as cubicweb.entity.EntityAdapter
parent
a47fe49c2c23
Pipeline
#24695
passed with stage
in 1 minute and 21 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
cubicweb_file/entities.py
View file @
29f98954
...
...
@@ -20,7 +20,7 @@ from logilab.common.deprecation import deprecated
from
cubicweb
import
Binary
from
cubicweb.entities
import
AnyEntity
,
fetch_config
,
adapters
from
cubicweb.
view
import
EntityAdapter
from
cubicweb.
entity
import
EntityAdapter
from
cubicweb.predicates
import
is_instance
,
has_mimetype
from
cubicweb_file.hashtools
import
compute_hash
,
check_hash
...
...
Write
Preview
Markdown
is supported
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