Skip to content

Commit 77cb74c

Browse files
committed
adds swf unit
1 parent 485104e commit 77cb74c

File tree

3 files changed

+495
-0
lines changed

3 files changed

+495
-0
lines changed

refinery/units/formats/archive/xt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _handlers():
3939
from refinery.units.formats.archive.xtasar import xtasar ; yield xtasar # noqa
4040
from refinery.units.formats.office.xtrtf import xtrtf ; yield xtrtf # noqa
4141
from refinery.units.formats.pdf import xtpdf ; yield xtpdf # noqa
42+
from refinery.units.formats.swf import swf ; yield swf # noqa
4243
from refinery.units.formats.winreg import winreg ; yield winreg # noqa
4344
from refinery.units.formats.archive.xtgz import xtgz ; yield xtgz # noqa
4445
from refinery.units.formats.archive.xtcpio import xtcpio ; yield xtcpio # noqa

0 commit comments

Comments
 (0)