[gsoc-admin] Sample Code: Print email date
- From: Lasse Schuirmann <lschuirma src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsoc-admin] Sample Code: Print email date
- Date: Mon, 5 Oct 2015 18:35:10 +0000 (UTC)
commit 6a7902c4b7a60d59015e4c459cbe7a37761fb949
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date: Mon Oct 5 20:34:17 2015 +0200
Sample Code: Print email date
test_main.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/test_main.py b/test_main.py
index 2198134..6ac7db1 100755
--- a/test_main.py
+++ b/test_main.py
@@ -8,3 +8,5 @@ if __name__ == '__main__':
print(c.mail_templates[0].text)
print("SPECIFIC")
print(c.mail_templates[0].get_specific())
+ print("TO BE SENT ON:")
+ print(c.mail_templates[0].date)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]