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
clinipath
Commits
6dffaaf0fec7
Commit
e31c3aa4
authored
Jun 22, 2014
by
Vincent Michel
Browse files
[schema] Add import to avoid deprecation warnings
parent
effc77fe5ffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
schema.py
View file @
6dffaaf0
...
...
@@ -17,7 +17,8 @@
"""cubicweb-clinipath schema"""
from
yams.buildobjs
import
(
EntityType
,
SubjectRelation
,
String
,
RichString
,
Int
,
Date
)
from
yams.buildobjs
import
(
String
,
RichString
,
Int
,
Date
,
Datetime
,
Float
,
Boolean
,
EntityType
,
SubjectRelation
)
class
Biopsy
(
EntityType
):
...
...
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