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
1 changed files with 5 additions and 1 deletions

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 *