]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind: do not 'import print_function'
authorKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 03:40:55 +0000 (11:40 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 24 May 2021 04:27:40 +0000 (12:27 +0800)
commit6466570134de2d4a06e4fdf2a759be9d15b10701
tree2d4c3de62edf4a724f2138481ad73d602590a5ed
parent26d7a7356405bab3cefb87cc59735fa20d00f8de
pybind: do not 'import print_function'

since we've migrated to python3, there is no need to "import
print_function" for accessing "print()" anymore.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/cephfs/setup.py
src/pybind/rados/setup.py
src/pybind/rbd/setup.py
src/pybind/rgw/setup.py