murano/muranoapi/packages
Steve McLellan 68441ce095 Use io.BytesIO instead of sqlalchemy.byte_buffer
application_package uses byte_buffer to write an in-memory
zipfile. byte_buffer wasn't introduced into sqlalchemy until
v0.9 as part of the python3k compat changes. Patch changes
application_package to use io.BytesIO instead.

Alternative is to change the sqlalchemy and -migrate package
versions.

Change-Id: I59f23d2ed4e37063dca4d2a70e9f6184bd0e0aeb
Closes-Bug: 1309743
2014-04-18 15:59:37 -05:00
..
versions Add tag assignment during manifest parsing 2014-04-15 16:28:54 +04:00
__init__.py Added initial version of murano application package parser 2014-03-27 16:07:45 +04:00
application_package.py Use io.BytesIO instead of sqlalchemy.byte_buffer 2014-04-18 15:59:37 -05:00
exceptions.py Added initial version of murano application package parser 2014-03-27 16:07:45 +04:00