moved sources into subdirectory for easier setup
|
@ -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 Width: | Height: | Size: 861 B After Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |