summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/py2py3.py
Commit message (Collapse)AuthorAgeFilesLines
* georep: python2 to python3 compat - syscallsKotresh HR2018-10-101-0/+49
1. ctypes/syscalls A) arguments is expected to be encoded B) Raw conversion of return value from bytearray into string 2. struct pack/unpack - Raw converstion of string to bytearray 3. basestring -> str Updates: #411 Change-Id: I80f939adcdec0ed0022c87c0b76d057ad5559e5a Signed-off-by: Kotresh HR <khiremat@redhat.com> (cherry picked from commit fb6e8d0d0ca21b16d331fa69da9b9dadf6c5c35d)