]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
script/gen_state_diagram.py: s/python/python3/
authorKefu Chai <kchai@redhat.com>
Fri, 28 Aug 2020 09:28:49 +0000 (17:28 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 28 Aug 2020 12:35:21 +0000 (20:35 +0800)
commitfa7ea358328edc993839c2facf7fc91bc324ee34
treeb0022b7187d9600594778d059728c114f76f9a7a
parent46c912978aa6a0b0f67094a27933c7bea829e6c9
script/gen_state_diagram.py: s/python/python3/

python does not necessarily on a modern distro which has only python3,
so use python3 instead.

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/scripts/gen_state_diagram.py