Swedish cal. Valid check for the Sw. cal not working yet.
svn: r11688
This commit is contained in:
parent
f5aaef6312
commit
3b7f4b6e10
@ -87,6 +87,7 @@ def swedish_valid(date_tuple):
|
|||||||
valid = True
|
valid = True
|
||||||
if date_tuple >= (1712,3,1): # back to julian
|
if date_tuple >= (1712,3,1): # back to julian
|
||||||
valid = False
|
valid = False
|
||||||
|
valid = True
|
||||||
return valid
|
return valid
|
||||||
|
|
||||||
def french_valid(date_tuple):
|
def french_valid(date_tuple):
|
||||||
|
Loading…
Reference in New Issue
Block a user