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
basket
Commits
54c0efc127dd
Commit
16b2e6f8
authored
Jul 24, 2009
by
Adrien Di Mascio
Browse files
add explicit imports in schema declaration
parent
c753f1602ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema.py
View file @
54c0efc1
from
yams.buildobjs
import
RichString
from
yams.buildobjs
import
(
MetaUserEntityType
,
MetaUserRelationType
,
ObjectRelation
,
String
,
RichString
)
from
cubicweb.schema
import
ERQLExpression
class
Basket
(
MetaUserEntityType
):
"""a basket contains a set of other entities"""
...
...
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