We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485104e commit 77cb74cCopy full SHA for 77cb74c
refinery/units/formats/archive/xt.py
@@ -39,6 +39,7 @@ def _handlers():
39
from refinery.units.formats.archive.xtasar import xtasar ; yield xtasar # noqa
40
from refinery.units.formats.office.xtrtf import xtrtf ; yield xtrtf # noqa
41
from refinery.units.formats.pdf import xtpdf ; yield xtpdf # noqa
42
+ from refinery.units.formats.swf import swf ; yield swf # noqa
43
from refinery.units.formats.winreg import winreg ; yield winreg # noqa
44
from refinery.units.formats.archive.xtgz import xtgz ; yield xtgz # noqa
45
from refinery.units.formats.archive.xtcpio import xtcpio ; yield xtcpio # noqa
0 commit comments