deb-barbican/barbican/api
Anh Tran 0c1893611b Replace str(uuid.uuid4()) with utils.generate_uuid()
barbican aleady has utils.generate_uuid() which was returned str(uuid.uuid4())
so we don't need to import uuid again.

Change-Id: I9a106b4a1b2a9b2cb4319b0f88d574c4138953a2
2017-01-16 11:48:50 +07:00
..
controllers Merge "Pass secret_type to repository query" 2016-12-08 20:59:32 +00:00
middleware Replace str(uuid.uuid4()) with utils.generate_uuid() 2017-01-16 11:48:50 +07: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