Mercurial > repos > cjav > cummerbund
changeset 13:5aa7ab6227eb
adds subclass=True to sqlite datatype
author | Carlos Borroto <carlos.borroto@gmail.com> |
---|---|
date | Wed, 15 Feb 2012 14:27:21 -0500 |
parents | 69cf88d9513e |
children | 83e258983696 |
files | datatypes_conf.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/datatypes_conf.xml Wed Feb 15 14:09:10 2012 -0500 +++ b/datatypes_conf.xml Wed Feb 15 14:27:21 2012 -0500 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <datatypes> <registration> - <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" display_in_upload="true"/> + <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" display_in_upload="true"/> </registration> </datatypes>