moved sources into subdirectory for easier setup

This commit is contained in:
Stefan Klug 2015-10-27 22:36:51 +01:00
parent 4f91a30fec
commit d93f8ce937
190 changed files with 4 additions and 4 deletions

View file

@ -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)))
# ------------------------------------------------------------------------------

View file

Before

Width:  |  Height:  |  Size: 861 B

After

Width:  |  Height:  |  Size: 861 B

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Some files were not shown because too many files have changed in this diff Show more