view bumbershoot.py @ 7:7055a90a71d7 draft

Uploaded
author galaxyp
date Mon, 24 Jun 2013 17:41:31 -0400
parents 26ad516cebca
children
line wrap: on
line source

from galaxy.datatypes.binary import Binary

class IdpDB(Binary):
    file_ext = "idpDB"

Binary.register_unsniffable_binary_ext('idpDB')