diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-11-13 15:24:06 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-11-13 16:01:27 -0200 |
commit | b7ff48dca546c97f78fb98ca83afd6c9684f2612 (patch) | |
tree | bc41d89c84fd2bc86850dd1254f113d82f8156dd /service/pixelated/resources | |
parent | 6f3e6e546457cacc35916bb7867edb1c5cfb9ab6 (diff) |
Issue #523 - Created python test for arhive mail
Diffstat (limited to 'service/pixelated/resources')
-rw-r--r-- | service/pixelated/resources/mails_resource.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/pixelated/resources/mails_resource.py b/service/pixelated/resources/mails_resource.py index f65041f5..5b5335b9 100644 --- a/service/pixelated/resources/mails_resource.py +++ b/service/pixelated/resources/mails_resource.py @@ -95,6 +95,7 @@ class MailsRecoverResource(Resource): class MailsArchiveResource(Resource): + isLeaf = True def __init__(self, mail_service): Resource.__init__(self) |