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
person
Commits
6874a56c1e3c
Commit
c3f461da
authored
Sep 09, 2014
by
Julien Cristau
Browse files
Fix cubicweb 3.16 deprecation warning
uicfg was moved from cubicweb.web to cubicweb.web.views.
parent
c8bb97aba31b
Changes
3
Hide whitespace changes
Inline
Side-by-side
__pkginfo__.py
View file @
6874a56c
...
...
@@ -19,7 +19,7 @@ classifiers = [
'Programming Language :: JavaScript'
,
]
__depends__
=
{
'cubicweb'
:
'>= 3.1
5
.0'
}
__depends__
=
{
'cubicweb'
:
'>= 3.1
6
.0'
}
__recommends__
=
{
'cubicweb-addressbook'
:
None
}
...
...
debian/control
View file @
6874a56c
...
...
@@ -11,7 +11,7 @@ XS-Python-Version: >= 2.6
Package: cubicweb-person
Architecture: all
Depends:
cubicweb-common (>= 3.1
5
.0),
cubicweb-common (>= 3.1
6
.0),
${python:Depends},
${misc:Depends},
Recommends: cubicweb-addressbook
...
...
views.py
View file @
6874a56c
...
...
@@ -10,8 +10,8 @@ from logilab.mtconverter import xml_escape
from
cubicweb.schema
import
display_name
from
cubicweb.predicates
import
is_instance
,
score_entity
from
cubicweb.web
import
uicfg
,
action
from
cubicweb.web.views
import
baseviews
,
primary
,
vcard
from
cubicweb.web
import
action
from
cubicweb.web.views
import
baseviews
,
primary
,
uicfg
,
vcard
from
cubicweb.web.facet
import
AttributeFacet
_pvs
=
uicfg
.
primaryview_section
...
...
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