annotate bumbershoot.py @ 5:f14191e2906b draft

Uploaded
author galaxyp
date Fri, 21 Jun 2013 16:51:49 -0400
parents 26ad516cebca
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
1 from galaxy.datatypes.binary import Binary
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
2
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
3 class IdpDB(Binary):
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
4 file_ext = "idpDB"
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
5
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
6 Binary.register_unsniffable_binary_ext('idpDB')
26ad516cebca Uploaded
galaxyp
parents:
diff changeset
7