barbican/barbican/api
Dave McCowan 672d57917c Fix TypeError with Python 3.5
Python 3.5 libraries expect HTTP headers to be of string
type, not bytes.  Python 2.7 doesn't care.  This patch
changes the type of a headers from bytes to string.

Change-Id: I22a57d6a7b390ada712fed3b40f00510229c253d
Closes-bug: #1675553
2017-03-23 16:55:12 -04:00
..
controllers Trivial Fix: Replace http with https 2017-03-02 08:15:42 +07:00
middleware Fix TypeError with Python 3.5 2017-03-23 16:55:12 -04:00
__init__.py Python 3 Refactoring: Replace six.iteritems() with the preferred items() 2015-10-01 08:17:32 -04:00
app.py Fix typo in word "initialization" 2016-02-29 17:38:10 +00:00
app.wsgi Add wsgi script to deploy Barbican behind Apache 2016-01-13 12:46:45 -06:00
hooks.py Python3: fix barbican.tests.api.controllers.test_cas 2016-04-26 15:45:28 +02:00