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
email
Commits
8dc70e2276e2
Commit
90e69655
authored
Sep 09, 2010
by
Sylvain Thénault
Browse files
remove useless adapter
parent
64a5c3ed7cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
entities.py
View file @
8dc70e22
...
...
@@ -129,9 +129,6 @@ class EmailITreeAdapter(adapters.ITreeAdapter):
__select__
=
is_instance
(
'Email'
)
tree_relation
=
'reply_to'
class
EmailThreadITreeAdapter
(
adapters
.
ITreeAdapter
):
__select__
=
is_instance
(
'EmailThread'
)
tree_relation
=
'in_thread'
class
EmailPartIFTIAdapter
(
adapters
.
IFTIndexableAdapter
):
__select__
=
adapters
.
IFTIndexableAdapter
.
__select__
&
is_instance
(
'EmailPart'
)
...
...
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