Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
basket
Commits
7b25a42ca585
Commit
ee213404
authored
Jun 12, 2014
by
Julien Cristau
Browse files
[views] silence cubicweb 3.15 deprecation warning
cubicweb.selectors was renamed to cubicweb.predicates.
parent
a6a1291fdc79
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
7b25a42c
...
...
@@ -19,7 +19,7 @@ classifiers = [
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.1
0
.0'
}
__depends__
=
{
'cubicweb'
:
'>= 3.1
5
.0'
}
# packaging ###
...
...
debian/control
View file @
7b25a42c
...
...
@@ -8,7 +8,7 @@ Standards-Version: 3.8.0
Package: cubicweb-basket
Architecture: all
Depends: cubicweb-common (>= 3.1
0
.0)
Depends: cubicweb-common (>= 3.1
5
.0)
Description: basket component for the Cubicweb framework
This Cubicweb component provides baskets as a way to select content.
.
...
...
views.py
View file @
7b25a42c
...
...
@@ -11,7 +11,7 @@ _ = unicode
from
logilab.mtconverter
import
xml_escape
from
cubicweb
import
Unauthorized
from
cubicweb.
selector
s
import
is_instance
,
none_rset
,
non_final_entity
from
cubicweb.
predicate
s
import
is_instance
,
none_rset
,
non_final_entity
from
cubicweb.web
import
uicfg
,
box
,
action
,
component
from
cubicweb.web.views
import
primary
...
...
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