mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
print statement fixes
convert the print statement to a WARN level log line or to a call to the print function, depending on the context.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
Define a struct class which behaves like a dict, but allows using
|
||||
object.attr alongside object['attr'].
|
||||
'''
|
||||
|
||||
from __future__ import print_function
|
||||
__all__ = ['struct']
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user