Skip to content

Instantly share code, notes, and snippets.

@brunobord
Created June 6, 2017 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunobord/7abd17dc111abbd37384708003316ce3 to your computer and use it in GitHub Desktop.
Save brunobord/7abd17dc111abbd37384708003316ce3 to your computer and use it in GitHub Desktop.
diff --git a/brennus.py b/brennus.py
index 247eca6..36f6aa4 100644
--- a/brennus.py
+++ b/brennus.py
@@ -4,4 +4,5 @@ from workalendar.europe import France
class ClermontFerrand(France):
FIXED_HOLIDAYS = France.FIXED_HOLIDAYS + (
(5, 29, "Brennus 2010"),
+ (6, 4, "Brennus 2017"),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment