1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-12-04 23:15:52 +01:00

better import formatting for core.py

This commit is contained in:
Bryan Bishop 2013-02-07 03:55:57 -06:00
parent 25195f9b11
commit f3d8475c79

View File

@ -10,7 +10,11 @@ This module provides most of the heavy lifting of pdfparanoia.
import sys
import inspect
from .parser import parse_pdf
from .parser import (
parse_pdf,
parse_content,
)
from .plugin import Plugin
from pdfparanoia.plugins import *