~barbican-drivers/python-barbicanclient/master

« back to all changes in this revision

Viewing changes to barbicanclient/secrets.py

  • Committer: Paul Kehrer
  • Date: 2013-11-25 19:51:56 UTC
  • mfrom: (26.1.1)
  • Revision ID: git-v1:eb0b49843ff12fddf483624db1c11d6677694251
Merge pull request #26 from craigtracey/improve-logging

Rework logging to support importing externally

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
 
15
import logging
 
16
 
15
17
from barbicanclient import base
16
 
from barbicanclient.openstack.common import log as logging
17
18
from barbicanclient.openstack.common.timeutils import parse_isotime
18
19
 
19
20