Changeset 3119 in products for quintagroup.plonecomments/trunk/quintagroup/plonecomments/tests/helperNotify.py
- Timestamp:
- Apr 14, 2011 6:09:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.plonecomments/trunk/quintagroup/plonecomments/tests/helperNotify.py
r1633 r3119 14 14 def testMailExistance(sel): 15 15 mailhost = sel.portal.MailHost 16 if mailhost.messages: 16 if mailhost.messages: 17 17 return True 18 18 return False
Note: See TracChangeset
for help on using the changeset viewer.