# HG changeset patch # User Philippe Pepiot # Date 1557481344 -7200 # Node ID 7ccf235236704659f7ec6c0eee504fc6caa047c5 # Parent f5f83d72ba8d4570826ed74def6b75f38225bfee Fix flake8 and check-manifest Followup fa292e9 diff -r f5f83d72ba8d -r 7ccf23523670 MANIFEST.in --- a/MANIFEST.in Fri May 10 15:58:01 2019 +0200 +++ b/MANIFEST.in Fri May 10 11:42:24 2019 +0200 @@ -73,6 +73,7 @@ recursive-include cubicweb/wsgi/test *.py include cubicweb/pyramid/development.ini.tmpl +include cubicweb/pyramid/pyramid.ini.tmpl include cubicweb/web/data/jquery-treeview/*.md diff -r f5f83d72ba8d -r 7ccf23523670 cubicweb/pyramid/session.py --- a/cubicweb/pyramid/session.py Fri May 10 15:58:01 2019 +0200 +++ b/cubicweb/pyramid/session.py Fri May 10 11:42:24 2019 +0200 @@ -84,7 +84,6 @@ redis) when using redis as backend. """ -import warnings import logging from contextlib import contextmanager