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
email
Commits
0cd2b7f5480a
Commit
0c679902
authored
Jul 21, 2009
by
Aurelien Campeas
Browse files
[schema] explicit imports
parent
a8ba71fa39d0
Changes
3
Hide whitespace changes
Inline
Side-by-side
i18n/en.po
View file @
0cd2b7f5
...
...
@@ -203,5 +203,8 @@ msgstr ""
msgid "thread view"
msgstr ""
msgid "unknown sender"
msgstr ""
#~ msgid "see_also"
#~ msgstr "see also"
i18n/fr.po
View file @
0cd2b7f5
...
...
@@ -203,6 +203,9 @@ msgstr "sujet"
msgid "thread view"
msgstr "vue en enfilade"
msgid "unknown sender"
msgstr ""
#~ msgid "attachment_plural"
#~ msgstr "pièces jointes"
...
...
schema.py
View file @
0cd2b7f5
...
...
@@ -5,7 +5,12 @@
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
__docformat__
=
"restructuredtext en"
_
=
unicode
# pylint: disable-msg=E0611,F0401
from
yams.buildobjs
import
(
SubjectRelation
,
RelationType
,
EntityType
,
MetaEntityType
,
String
,
Datetime
,
Int
,
RelationDefinition
)
from
cubicweb.schema
import
ERQLExpression
class
Email
(
EntityType
):
"""electronic mail"""
...
...
@@ -78,9 +83,3 @@ if 'Comment' in defined_types:
object
=
'Email'
#class Role(Entity):
# SubjectRelation('name', 'String')
#class PersonThreadRole(Entity):
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