Add imbox/vendors/ directory to python package
This commit is contained in:
@@ -3,10 +3,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def str_encode(value='', encoding=None, errors='strict'):
|
||||
logger.debug("Encode str {value} with encoding {encoding} and errors {errors}".format(
|
||||
value=value,
|
||||
encoding=encoding,
|
||||
errors=errors))
|
||||
logger.debug("Encode str {} with and errors {}".format(value, encoding, errors))
|
||||
return str(value, encoding, errors)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user