Files
python-k8sclient/magnum/common
Shuquan Huang 2f42f5ddda Do not use __builtin__ in python3
__builtin__ does not exist in Python 3, use
six.moves.builtins instead.

Change-Id: I39cee402b58f98690851c45990f9bbfbebbd95d7
Patially-Implements: blueprint magnum-python3
closes-bug: #1290234
2015-12-31 13:45:16 +08:00
..