summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2016-05-27 13:32:54 +0200
committerDavid Douard <david.douard@logilab.fr>2016-05-27 13:32:54 +0200
commitf3efa1aab066f9c9d0054335a048f7491a3c5d1f (patch)
treed058105d40178d9f90b1eff6003f9a56a901e8ce
parent505c54164034d3cb29fc857504bbcaba1866428a (diff)
downloadlogilab-common-f3efa1aab066f9c9d0054335a048f7491a3c5d1f.tar.gz
[pep8] test/unittest_changelog
-rw-r--r--test/unittest_changelog.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/test/unittest_changelog.py b/test/unittest_changelog.py
index 2cf7ade..c2572d7 100644
--- a/test/unittest_changelog.py
+++ b/test/unittest_changelog.py
@@ -1,20 +1,20 @@
-# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
#
-# logilab-common is free software: you can redistribute it and/or modify it under
+# logilab-common is free software: you can redistribute it or modify it under
# the terms of the GNU Lesser General Public License as published by the Free
-# Software Foundation, either version 2.1 of the License, or (at your option) any
-# later version.
+# Software Foundation, either version 2.1 of the License, or (at your option)
+# any later version.
#
# logilab-common is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.
#
-# You should have received a copy of the GNU Lesser General Public License along
-# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Lesser General Public License
+# along with logilab-common. If not, see <http://www.gnu.org/licenses/>.
from os.path import join, dirname
@@ -23,6 +23,7 @@ from logilab.common.testlib import TestCase, unittest_main
from logilab.common.changelog import ChangeLog
+
class ChangeLogTC(TestCase):
cl_class = ChangeLog
cl_file = join(dirname(__file__), 'data', 'ChangeLog')