From: Daniel Kahn Gillmor Date: Tue, 12 Jun 2018 21:21:10 +0000 (-0400) Subject: use #!/usr/bin/env python consistently X-Git-Tag: debian/0.28_rc0-1~42 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=0741e48c3dafdc243abda866c962707344467904 use #!/usr/bin/env python consistently --- diff --git a/devel/nmbug/notmuch-report b/devel/nmbug/notmuch-report index 5789c5f4..eaceb2ce 100755 --- a/devel/nmbug/notmuch-report +++ b/devel/nmbug/notmuch-report @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2011-2012 David Bremner #