summaryrefslogtreecommitdiff
path: root/tests/test_dates.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2018-02-02 18:51:30 +0200
committerAarni Koskela <akx@iki.fi>2018-02-02 18:51:30 +0200
commit6af596705230ae92f9d007002b0fcc9b24db2944 (patch)
tree851c39468867269d245eb5871b0395d3f0a01640 /tests/test_dates.py
parent47fa155ace10d32fd69867043486e87f50ad97eb (diff)
downloadbabel-6af596705230ae92f9d007002b0fcc9b24db2944.tar.gz
Update copyright header years, and include the Babel team
Diffstat (limited to 'tests/test_dates.py')
-rw-r--r--tests/test_dates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_dates.py b/tests/test_dates.py
index 6df4631..5a46c1b 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2011 Edgewall Software
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team
# All rights reserved.
#
# This software is licensed as described in the file COPYING, which
@@ -789,4 +789,4 @@ def test_russian_week_numbering():
# See https://github.com/python-babel/babel/issues/485
v = date(2017, 1, 1)
assert dates.format_date(v, format='YYYY-ww',locale='ru_RU') == '2016-52' # This would have returned 2017-01 prior to CLDR 32
- assert dates.format_date(v, format='YYYY-ww',locale='de_DE') == '2016-52' \ No newline at end of file
+ assert dates.format_date(v, format='YYYY-ww',locale='de_DE') == '2016-52'