skeleton/test/pytestconf.py
changeset 10214 88f60d4b9952
parent 7693 e2f75311d7be
--- a/skeleton/test/pytestconf.py	Sun Aug 31 18:04:46 2014 +0200
+++ b/skeleton/test/pytestconf.py	Fri Feb 06 14:43:40 2015 +0100
@@ -13,8 +13,8 @@
 # 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 CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Lesser General Public License
+# along with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 """
 
 """
@@ -23,6 +23,7 @@
 
 from logilab.common.pytest import PyTester
 
+
 def getlogin():
     """avoid usinng os.getlogin() because of strange tty / stdin problems
     (man 3 getlogin)