db9e8d3c61
Some modules have different names in Python2 and Python3. This patch make them compatible with Python 3. * Use six.moves.filter instead of itertools.ifilter() in Python 2. * Use common.py3kcompat.urlutils instead of urllib and urlparse. Change-Id: Ia27ebf6057d91d0e129fbe90f995cfdaa89efa8a
16 lines
311 B
Plaintext
16 lines
311 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=excutils
|
|
module=fixture.moxstubout
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=network_utils
|
|
module=py3kcompat
|
|
module=sslutils
|
|
module=timeutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=oslo.messaging
|