Merge lp:~ewanmellor/glance/lp737979 into lp:~glance-coresec/glance/cactus-trunk

Proposed by Ewan Mellor
Status: Merged
Approved by: Jay Pipes
Approved revision: 92
Merged at revision: 92
Proposed branch: lp:~ewanmellor/glance/lp737979
Merge into: lp:~glance-coresec/glance/cactus-trunk
Diff against target: 9 lines (+1/-1)
1 file modified
bin/glance-control (+1/-1)
To merge this branch: bzr merge lp:~ewanmellor/glance/lp737979
Reviewer Review Type Date Requested Status
Jay Pipes (community) Approve
Todd Willey (community) Approve
Review via email: mp+54091@code.launchpad.net

Commit message

Bug #737979: glance-control uses fixed path to Python interpreter, breaking virtualenv

Change #!/usr/bin/python to #!/usr/bin/env python.

Description of the change

Bug #737979: glance-control uses fixed path to Python interpreter, breaking virtualenv

Change #!/usr/bin/python to #!/usr/bin/env python.

To post a comment you must log in.
Revision history for this message
Todd Willey (xtoddx) :
review: Approve
Revision history for this message
Jay Pipes (jaypipes) wrote :

copy/paste fail from swift-init... thx for the fix, Ewan!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/glance-control'
2--- bin/glance-control 2011-02-21 22:11:27 +0000
3+++ bin/glance-control 2011-03-19 03:09:23 +0000
4@@ -1,4 +1,4 @@
5-#!/usr/bin/python
6+#!/usr/bin/env python
7 # vim: tabstop=4 shiftwidth=4 softtabstop=4
8
9 # Copyright (c) 2011 OpenStack, LLC.

Subscribers

People subscribed via source and target branches