e60ce2db7e
The sync includes change that makes sure we get unicode-only dicts from jsonutils no matter which json module implementation is selected. The latest commit in oslo-incubator: - 0f4586c0076183c6356eec682c8a593648125abd The sync adds a new 'strutils' module that is now used in jsonutils. Change-Id: Ic815ca3df94c33edec9104172048b2cd94b92e3f Closes-Bug: 1314129
17 lines
292 B
Plaintext
17 lines
292 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=excutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=strutils
|
|
module=timeutils
|
|
module=uuidutils
|
|
module=network_utils
|
|
|
|
script=tools/run_cross_tests.sh
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=taskflow
|
|
|