Fix flake8 and check-manifest
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 10 May 2019 11:42:24 +0200
changeset 12592 7ccf23523670
parent 12591 f5f83d72ba8d
child 12593 c30f8dc81f22
Fix flake8 and check-manifest Followup fa292e9
MANIFEST.in
cubicweb/pyramid/session.py
--- 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
 
--- 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