3 Commits

Author SHA1 Message Date
fumihiko kakuma
6af1b2178f Python 3: Don't use BaseException.message attribute
In Python 3, BaseException.message is removed.
So we use args attribute instead.

Change-Id: I8f97c0b0452f348acef20e9d248f02b83cec2562
2015-08-26 16:40:42 +09:00
Davanum Srinivas
1782ef1444 Speed up non-daemon rootwrap command line invocation
Move the import to the spot where we really need it. This
speeds up the command line invocation (non-daemon) a bit.

Closes-Bug: #1440744
Change-Id: I401c290e0b61912b5dce106d3fdda91795a8cb12
2015-04-06 09:59:00 -04:00
Doug Hellmann
bdb739e249 Move files out of the namespace package
Move the public API out of oslo.rootwrap to oslo_rootwrap. Retain
the ability to import from the old namespace package for backwards
compatibility for this release cycle.

bp/drop-namespace-packages

Change-Id: Ifed1a99e5ea6d999760731867c4294707698d41c
2014-12-18 16:08:01 -05:00