mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 17:35:04 +00:00
e56303798c
Initial SickGear for Python 3.
12 lines
643 B
Python
12 lines
643 B
Python
from hachoir.parser.image.bmp import BmpFile # noqa
|
|
from hachoir.parser.image.gif import GifFile # noqa
|
|
from hachoir.parser.image.ico import IcoFile # noqa
|
|
from hachoir.parser.image.jpeg import JpegFile # noqa
|
|
from hachoir.parser.image.pcx import PcxFile # noqa
|
|
from hachoir.parser.image.psd import PsdFile # noqa
|
|
from hachoir.parser.image.png import PngFile # noqa
|
|
from hachoir.parser.image.tga import TargaFile # noqa
|
|
from hachoir.parser.image.tiff import TiffFile # noqa
|
|
from hachoir.parser.image.wmf import WMF_File # noqa
|
|
from hachoir.parser.image.xcf import XcfFile # noqa
|
|
from hachoir.parser.image.cr2 import CR2File # noqa
|