diff options
author | Sage Weil <sage@inktank.com> | 2014-03-12 20:05:05 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2014-03-12 20:05:05 +0100 |
commit | f6b3a0b741a15085ac46d9795741c69172ca963c (patch) | |
tree | 8abc41da0f9f5618935bb2f81f4a723d7c898736 /doc | |
parent | Merge pull request #1438 from fghaas/doc-fix (diff) | |
parent | Update Python hashbang to respect environment (diff) | |
download | ceph-f6b3a0b741a15085ac46d9795741c69172ca963c.tar.xz ceph-f6b3a0b741a15085ac46d9795741c69172ca963c.zip |
Merge pull request #1423 from fractalcat/respect-python-env
Update Python hashbang to respect environment
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/scripts/gen_state_diagram.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scripts/gen_state_diagram.py b/doc/scripts/gen_state_diagram.py index 603cb9c821e..a1830826500 100755 --- a/doc/scripts/gen_state_diagram.py +++ b/doc/scripts/gen_state_diagram.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import re import sys |