mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
nmbug: explicitly prefer python3
nmbug and notmuch-report are developer tools. It's 2018, and all developers should have python3 available. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
5bf5aa1cff
commit
144cf30e2c
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2014 David Bremner <david@tethera.net>
|
# Copyright (c) 2011-2014 David Bremner <david@tethera.net>
|
||||||
# W. Trevor King <wking@tremily.us>
|
# W. Trevor King <wking@tremily.us>
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011-2012 David Bremner <david@tethera.net>
|
# Copyright (c) 2011-2012 David Bremner <david@tethera.net>
|
||||||
#
|
#
|
||||||
# dependencies
|
# dependencies
|
||||||
# - python 2.6 for json
|
# - python3 or python2.7
|
||||||
# - argparse; either python 2.7, or install separately
|
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue