From bca4a0d827fbef53d2c5a969d895b908a4362485 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 14 Nov 2014 14:26:53 -0500 Subject: Move out of the oslo namespace package Move the public API out of oslo.concurrency to oslo_concurrency. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I20d1647b1c3ef8cab3b69eccfe168eeb01703b72 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1399c98..7a8e0ab 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ output/*/index.html # Sphinx doc/build +doc/source/api # pbr generates these AUTHORS -- cgit v1.2.1