another rename!

git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@100 1aa58f4a-7d42-0410-adbc-911cccaed67c
pull/1/head
yusuke.shinyama.dummy 2009-05-15 14:26:55 +00:00
parent 0a8aae5aa3
commit e93059480b
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import sys import sys
from pdfdevice import PDFDevice from pdfdevice import PDFDevice
from pdffont import PDFUnicodeNotDefined from pdffont import PDFUnicodeNotDefined
from page import LayoutContainer, LTPage, LTText, LTLine, LTRect, LTFigure, LTTextBox from layout import LayoutContainer, LTPage, LTText, LTLine, LTRect, LTFigure, LTTextBox
from utils import mult_matrix, translate_matrix, enc from utils import mult_matrix, translate_matrix, enc
from pdfparser import PDFDocument, PDFParser from pdfparser import PDFDocument, PDFParser
from pdfinterp import PDFResourceManager, PDFPageInterpreter, process_pdf from pdfinterp import PDFResourceManager, PDFPageInterpreter, process_pdf