Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
4f06d5eec39a78f500d5f1c6e8e5c00c7e361f68
/
.
/
test
/
crossrunner
/
compat.py
blob: a670c33f2663ae7ed66b120a7e18222c92f7c458 [
file
] [
log
] [
blame
]
import
os
path_join
=
os
.
path
.
join
str_join
=
str
.
join
def
logfile_open
(*
args
):
return
open
(*
args
,
errors
=
'replace'
)