Mercurial > repos > cjav > cummerbund
changeset 10:a919368ed298
remove subclass=true for sqlite datatype
author | Carlos Borroto <carlos.borroto@gmail.com> |
---|---|
date | Wed, 15 Feb 2012 14:02:42 -0500 |
parents | 2c77d218c8fd |
children | 8e13da66d9b8 |
files | datatypes_conf.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/datatypes_conf.xml Wed Feb 15 13:37:44 2012 -0500 +++ b/datatypes_conf.xml Wed Feb 15 14:02:42 2012 -0500 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <datatypes> <registration> - <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" subclass="True" display_in_upload="true"/> + <datatype extension="sqlite" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" display_in_upload="true"/> </registration> </datatypes>