cubicweb/server/test/unittest_ldapsource.py
changeset 11767 432f87a63057
parent 11764 6ab14a1afb65
child 12027 c62c80f20a82
--- a/cubicweb/server/test/unittest_ldapsource.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/server/test/unittest_ldapsource.py	Fri Sep 30 18:25:08 2016 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2014 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 CubicWeb.
@@ -19,6 +19,7 @@
 
 Those tests expect to have slapd, python-ldap3 and ldapscripts packages installed.
 """
+
 from __future__ import print_function
 
 import os