This commit is contained in:
2013-04-09 23:39:02 +02:00
parent a1c6ab0c09
commit 1dfb7e5067
6 changed files with 10 additions and 35 deletions

View File

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from datetime import datetime
from calendar import isleap
@ -41,3 +40,5 @@ class ddate(object):
if(self.dApostleHoliday):
msg = u'%s\nCelebrate %s!' % (msg, strHolidayApostle)
return msg
# -*- coding: utf-8 -*-