Add py3kcompat utils module

It's needed for the updated oslo.db code.
Currently it only provides urlutils.

Change-Id: Ieb25716930537a26e74d714db04678c7b81143cb
This commit is contained in:
Sergey Lukjanov
2013-12-10 00:47:08 +04:00
parent f29c0e0983
commit d29d74c91d
3 changed files with 82 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ module=thread_group
module=periodic_task
module=loopingcall
module=processutils
module=py3kcompat
# The base module to hold the copy of openstack.common
base=savanna