moved sources into subdirectory for easier setup
This commit is contained in:
parent
4f91a30fec
commit
d93f8ce937
190 changed files with 4 additions and 4 deletions
appy
__init__.py
pod
__init__.pyactions.pybuffers.pyconverter.pydoc_importers.pyelements.pyimageNotFound.jpgodf_parser.pyparts.pypod_parser.pyrenderer.pystyles.in.content.xmlstyles.in.styles.xmlstyles_manager.py
test
Readme.txtTester.pyTests.rtf__init__.py
contexts
Chart1.pyColgroupTable.pyElseStatements.pyEmpty.pyFieldExpressions.pyFileHandlerImport.pyForCell6.pyIfAndFors1.pyImagesImport.pyOdsSimple.pyOnlyExpressions.pyPathImport.pyPersonsEight.pyPersonsFour.pyPersonsThree.pyPersonsTwo.pySimpleForEmptyList.pySimpleForFilledList.pySimpleForRow.pySimpleIfIsFalse.pySimpleIfIsTrue.pySimpleTest.pyVarStatements.pyXhtmlComplex.pyXhtmlComplex2.pyXhtmlComplex3.pyXhtmlComplex4.pyXhtmlComplex5.pyXhtmlComplex6.pyXhtmlComplex7.pyXhtmlComplex8.pyXhtmlComplexTables.pyXhtmlEntities.pyXhtmlKeepWithNext.pyXhtmlNominal.pyXhtmlStylesErrors.pyXhtmlStylesMapping.pyXhtmlTables.pyXhtmlWithStyle.py__init__.py
images
results
chart1.odtelseStatements.odterrorExpression.odterrorFooter.odterrorForParsetime.odterrorForRuntime.odterrorIf.odtfieldExpression.odtfileHandlerImport.odtforCellBug.odtforCellBug2.odtforCellCorrectNumber.odtforCellNotEnough.odtforCellOnlyOne.odtforCellTooMuch1.odtforCellTooMuch2.odtforCellTooMuch3.odtforCellTooMuch4.odtforTable.odtforTableMinus.odtforTableMinus2.odtforTableMinusError.odtforTableMinusError2.odtheaderFooter.odtifAndFors1.odtifElseErrors.odtimagesImport.odtnoPython.odtodsSimple.odsonlyExpressions.odtpathImport.odtsimpleForEmptyList.odtsimpleForFilledList.odtsimpleForRow.odtsimpleFromTest.odtsimpleIfIsFalse.odtsimpleIfIsTrue.odtsimpleIfIsTrue003.odt
|
@ -118,8 +118,8 @@ class Hack:
|
|||
if verbose:
|
||||
pName = patchClass.__name__
|
||||
cName = klass.__name__
|
||||
print '%d method(s) patched from %s to %s (%s)' % \
|
||||
(len(patched), pName, cName, str(patched))
|
||||
print '%d method(s) and/or attribute(s) added from %s to %s (%s)'%\
|
||||
(len(added), pName, cName, str(added))
|
||||
print('%d method(s) patched from %s to %s (%s)' % \
|
||||
(len(patched), pName, cName, str(patched)))
|
||||
print('%d method(s) and/or attribute(s) added from %s to %s (%s)'%\
|
||||
(len(added), pName, cName, str(added)))
|
||||
# ------------------------------------------------------------------------------
|
Before ![]() (image error) Size: 861 B After ![]() (image error) Size: 861 B ![]() ![]() |
Before ![]() (image error) Size: 1.5 KiB After ![]() (image error) Size: 1.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 2.4 KiB After ![]() (image error) Size: 2.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 1.2 KiB After ![]() (image error) Size: 1.2 KiB ![]() ![]() |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue