Explicitly call python2

This commit is contained in:
Joseph Coffland 2017-12-26 14:26:49 -08:00
parent 91e81a4c9c
commit 31c8836254
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
#!/usr/bin/env python2
'''
Folding@Home Client Control (FAHControl)
Copyright (C) 2010-2013 Stanford University
Copyright (C) 2010-2018 Stanford University
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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
'''
Folding@Home Client Control (FAHControl)
Copyright (C) 2010-2016 Stanford University