Swedish calendar now works with checking for possible dates.

svn: r11699
This commit is contained in:
Peter Landgren 2009-01-23 18:49:49 +00:00
parent c3bd5d8887
commit b391b2b985

View File

@ -87,7 +87,6 @@ def swedish_valid(date_tuple):
valid = True
if date_tuple >= (1712,3,1): # back to julian
valid = False
valid = True # for the moment, working on it ldnp
return valid
def french_valid(date_tuple):